Click or drag to resize

DataTable Fields

The DataTable type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData The accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs)
Protected field_creationTime The date/time of creation of this table.
Protected field_dataColumns Collection of data columns, i.e. the normal, "vertical" columns.
Protected field_lastChangeTime The date/time when this table was changed.
Protected field_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.
Protected field_notes Notes concerning this table.
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_propertyColumns Collection of property columns, i.e. "horizontal" columns.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Protected field_tableDataSource Designates the source of the data the table was originally filled with.
Protected field_tableProperties The table properties, key is a string, value is a property you want to store here.
Protected field_tableScript The table script that belongs to this table.
Public fieldStatic memberSerializationInfoProperty_SaveAsTemplateSerialization property that when set to "true", indicates that the table should be stored without data.
Public fieldStatic memberSerializationInfoProperty_SupportsSeparatedDataSerialization property that when set, indicates that storage of data separate from the DataColumnCollection is supported.
Top
See Also