AceQL HTTP C# Client SDK v7.5.1

AceQLDataReader Properties

The AceQLDataReader type exposes the following members.

Properties


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