Click or drag to resize
IDataClass Properties

The IDataClass type exposes the following members.

Properties
  NameDescription
Public propertyAllowPartialUpdate
If true, the object allows partial updates.
Public propertyClassName
Name of the data class
Public propertyColumnNames
Column names.
(Inherited from IDataContainer.)
Public propertyColumnsCount
Number of the object columns.
Public propertyData
Object data.
Public propertyHasChanged
Returns true if the object changed.
(Inherited from IAdvancedDataContainer.)
Public propertyID
Object ID.
Public propertyIDColumn
ID column.
Public propertyIsComplete
Returns true if the object is complete (has all columns).
(Inherited from IAdvancedDataContainer.)
Public propertyItemString
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.)
Public propertyItemInt32
Column indexer by index.
Public propertyStructureInfo
Class structure information.
Public propertyTrackChanges
If true, the object tracks changes to its values
Public propertyUseOriginalData
If true, original data is used instead of the actual data.
Top
See Also