Data.DBXCommon.TDBXReader Properties
InheritedProtected
ByteReader | public | Read values from a byte array. |
Closed | public | Indicates whether there are no more rows. |
ColumnCount | public | Represents the number of columns that can be accessed through the Values property. |
DBXContext | class protected | |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
RowHandle | public | Unique ID for reader. |
Updateable | public | Indicate if reader contains data that can be edited and saved. |
Value | public | Instance of TDBXValueat Ordinal position. |
Values | public | Array of TDBXValueList's values. |
ValueType | public | Returns the instance of TDBXValueType with index Ordinal . |