Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

DictionaryDataReader Properties

The DictionaryDataReader type exposes the following members.

Properties


  Name Description
Public property Depth
Gets a value indicating the depth of nesting for the current row.
Public property FieldCount
Gets the number of columns in the current row.
Public property HasRows
Gets a value that indicates whether this DbDataReader contains one or more rows.
Public property IsClosed
Gets a value indicating whether the DbDataReader is closed.
Public property Item[([( String])])
Gets the Object with the specified name.
Public property Item[([( Int32])])
Gets the Object with the specified ordinal.
Public property RecordsAffected
Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Public property VisibleFieldCount (Inherited from DbDataReader.)