Click or drag to resize
SimpleDataClass Properties

The SimpleDataClass type exposes the following members.

Properties
  NameDescription
Public propertyAllowPartialUpdate
If true, the object allows partial updates. When ID of the object is set, the object does a full update.
Public propertyClassName
Object class name.
Public propertyColumnNames
Column names.
Public propertyColumnsCount
Number of the object columns.
Public propertyData
Object data.
Public propertyHasChanged
Returns true if the object changed.
Public propertyID
Object ID.
Public propertyIDColumn
ID column.
Public propertyIsComplete
Returns true if the object is complete (has all columns).
Public propertyItemInt32
Column indexer, gets or sets the value in specified column index.
Public propertyItemString
Column indexer, gets or sets the value in specified column name.
Public propertyStructureInfo
Class structure info.
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