Data.DBXCommonTable.TDBXRowTable Properties
InheritedProtected
Closed | public | Indicates whether there are no more rows. |
ColumnCount | public | Represents the number of columns that can be accessed through the Values property. |
Columns | public | Specifies the columns of a DBX table row. |
Command | public | Specifies the command to execute. |
DBXContext | class protected | |
DBXTableName | public | Specifies the name of the DBX table. |
DeletedRows | public | Table with deleted rows. |
Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
InsertedRows | public | Table with inserted rows. |
OriginalRow | public | Specifies the original row of the DBX table. |
State | public | |
Storage | public | The underlying storage object. |
TableCount | public | The number of rows in the table. |
TableId | public | The ID number of the table. |
Updateable | public | Specifies whether the table can be updated. |
UpdatedRows | public | Table with updated rows. |
Value | public | Returns the instance of TDBXValue with index Ordinal . |
Values | public | Array of TDBXValueList's values. |
ValueType | public | Returns the instance of TDBXValueType with index Ordinal . |