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 propertyHasChanged
Returns true if the object changed.
(Inherited from IAdvancedDataContainer.)
Public propertyID
Object ID.
Public propertyIDColumn
ID column(s).
Public propertyIsComplete
Returns true if the object is complete (has all columns).
(Inherited from IAdvancedDataContainer.)
Public propertyIsReadOnly
Indicates whether class is in read-only mode.
Public propertyItem
Gets or sets the value of the column.
(Inherited from ISimpleDataContainer.)
Public propertyStructureInfo
Class structure information.
Public propertyUseOriginalData
If true, original data is used instead of the actual data.
Top
See Also