AceQLDataReader Properties
The AceQLDataReader type exposes the following members.
Properties
Name | Description | |
---|---|---|
FieldCount |
Gets the number of columns in the current row.
|
|
HasRows |
Gets a value that indicates whether the AceQLDataReader contains one or more rows.
|
|
IsClosed |
Retrieves a Boolean value that indicates whether the specified AceQLDataReader
instance has been closed.
|
|
Item[([( String])]) |
Gets the value for the specified name.
|
|
Item[([( Int32])]) |
Gets the value for the specified ordinal.
|