IDataClass Properties |
The IDataClass type exposes the following members.
Name | Description | |
---|---|---|
AllowPartialUpdate |
If true, the object allows partial updates.
| |
ClassName |
Name of the data class
| |
ColumnNames |
Column names.
(Inherited from IDataContainer.) | |
ColumnsCount |
Number of the object columns.
| |
Data |
Object data.
| |
HasChanged |
Returns true if the object changed.
(Inherited from IAdvancedDataContainer.) | |
ID |
Object ID.
| |
IDColumn |
ID column.
| |
IsComplete |
Returns true if the object is complete (has all columns).
(Inherited from IAdvancedDataContainer.) | |
ItemString |
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.) | |
ItemInt32 |
Column indexer by index.
| |
StructureInfo |
Class structure information.
| |
TrackChanges |
If true, the object tracks changes to its values
| |
UseOriginalData |
If true, original data is used instead of the actual data.
|