Data |
The DataTable type exposes the following members.
| Name | Description | |
|---|---|---|
| _accumulatedEventData |
The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
| _creationTime | The date/time of creation of this table. | |
| _dataColumns | Collection of data columns, i.e. the normal, "vertical" columns. | |
| _lastChangeTime | The date/time when this table was changed. | |
| _name | The name of this table, has to be unique if there is a parent data set, since the tables in the parent data set can only be accessed by name. | |
| _notes | Notes concerning this table. | |
| _parent |
The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) | |
| _propertyColumns | Collection of property columns, i.e. "horizontal" columns. | |
| _suspendTokensOfChilds | Stores the suspend tokens of the suspended childs of this object. (Inherited from SuspendableDocumentNode) | |
| _tableDataSource | Designates the source of the data the table was originally filled with. | |
| _tableProperties | The table properties, key is a string, value is a property you want to store here. | |
| _tableScript | The table script that belongs to this table. | |
| SerializationInfoProperty_SaveAsTemplate | Serialization property that when set to "true", indicates that the table should be stored without data. | |
| SerializationInfoProperty_SupportsSeparatedData | Serialization property that when set, indicates that storage of data separate from the DataColumnCollection is supported. |