Data |
The DataTable type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) | |
Col | Returns the collection of data columns. Used as simplification in scripts to provide access in the form table["A"].Col[2]. | |
CreationTimeUtc | The date/time of creation of this table. | |
DataColumnCount | Return the number of data columns. | |
DataColumns | Returns the collection of data columns. | |
DataRowCount | Returns the number of data rows. | |
DataRows | Gets access to the data, but structured as rows. | |
DataSource | Gets or sets the data source of this table. For instance, this could be the SQL query that was used to fill data into this table. | |
Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) | |
Folder | Gets the directory part of the table name with trailing DirectorySeparatorChar. If the table is located in the root folder, the RootFolderName (an empty string) is returned. | |
FolderName | Gets the project folder name of this table. If the table is located in the root folder, the RootFolderName (an empty string) is returned. If the table is located in any other folder, the full folder name including the trailing DirectorySeparatorChar is returned. | |
FolderNameWithoutTrailingDirectorySeparatorChar | Gets the project folder name of this table without the trailing DirectorySeparatorChar. If the table is located in the root folder, an exception will be thrown, because the root folder name doesn't contain a DirectorySeparatorChar. If the table is located in any other folder, the full folder name, but without the trailing DirectorySeparatorChar is returned. | |
IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) | |
IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) | |
IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) | |
IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) | |
IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) | |
ItemInt32 | Get/sets the data column at index i. Setting is done by copying data, if the two columns has the same type. If the two columns are not of the same type, an exception is thrown. | |
ItemString | Get/sets the data column with the given name. Setting is done by copying data, if the two columns has the same type. If the two columns are not of the same type, an exception is thrown. | |
ItemString, String | Gets or sets a property cell, with is specified by the data column name (1st argument), and the property column name (2nd argument). Attention: this order of arguments is opposite to the usual notation used for matrices (row, column)! | |
LastChangeTimeUtc | The date/time when this table was changed. | |
Name |
Get or sets the full name of the table.
At first (if the table is not added to a collection), the name of the table may be null.
(Overrides SuspendableDocumentNodeBaseName) | |
Notes | Notes concerning this table. | |
ParentObject |
Get / sets the parent object of this table.
(Overrides SuspendableDocumentNodeBaseParentObject) | |
PropCols | Returns the property collection of the table. | |
PropertyBag | ||
PropertyBagNotNull | ||
PropertyColumnCount | Returns the number of property columns. | |
PropertyColumns | Returns the property collection of the table. | |
PropertyRowCount | Returns the number of property rows. This is the same as DataColumnCount and is only provided for completness. | |
PropertyRows | Gets access to the property data structured as rows. | |
ShortName | Gets the short name (i.e. without the folder name) of this table. | |
TableScript |