SimpleDataClass Properties |
The SimpleDataClass type exposes the following members.
Name | Description | |
---|---|---|
AllowPartialUpdate |
If true, the object allows partial updates. When ID of the object is set, the object does a full update.
| |
ClassName |
Object class name.
| |
ColumnNames |
Column names.
| |
ColumnsCount |
Number of the object columns.
| |
Data |
Object data.
| |
HasChanged |
Returns true if the object changed.
| |
ID |
Object ID.
| |
IDColumn |
ID column.
| |
IsComplete |
Returns true if the object is complete (has all columns).
| |
ItemInt32 |
Column indexer, gets or sets the value in specified column index.
| |
ItemString |
Column indexer, gets or sets the value in specified column name.
| |
StructureInfo |
Class structure info.
| |
TrackChanges |
If true, the object tracks changes to its values
| |
UseOriginalData |
If true, original data is used instead of the actual data.
|