Class for DatasetTable operation.
Top
Top
Top
Top
The following tables list the members exposed by the DatasetTable type.
| Name | Description | |
|---|---|---|
|
DatasetTable | Construct the instance |
| Name | Description | |
|---|---|---|
|
Access | Access Type of the DatasetTable. |
|
ArrayIndexes | (inherited from RunObj). |
|
AsyncContents | Contains the TDataTable resulting from one of the asynchronous commands, such as Select or Update. |
|
Category | ReadOnly property with categories configured on DatasetQuery object. |
|
Completed | The value of this property is incremented when an asynchronous operation is concluded. |
|
Count | (inherited from ListObj). |
|
CursorIndex | Defines the current row position in the DatasetTable. |
|
DB | Gets the DB configured in EditDatasetsTables |
|
Delete | Sends an asynchronous Delete command when the value is changed. |
|
DeleteExecuted | The value of this property is changed when the asynchronous Delete command is completed. |
|
Description | Gets the description of the DatasetTable. |
|
Disable | Disables the commands to the DatasetTable when the value is greater than zero. |
|
ID | (inherited from RunObj). |
|
Id | Object ID (Internal Use). |
|
Insert | Sends an asynchronous Insert command when the value is changed. |
|
InsertExecuted | The value of this property is changed when the asynchronous Insert command is completed. |
|
InternalDBHandle | |
|
Item | (Overloaded) (inherited from ListObj). |
|
LastStatus | Gets the status of the last (most recent) asynchronous operation. |
|
LastStatusMessage | Gets the status message of the last (most recent) asynchronous operation, where an empty string signifies success. |
|
Level | ReadOnly property with levels configured on DatasetTable object. |
|
LocalContents | Contains the TDataTable resulting from one of the synchronous commands, such as SelectCommand or UpdateCommand. |
|
Mapping | Gets the mapping of the DataTable columns with the Tags. |
|
MappingDateTime | Mapping DateTime Mode: (0-Local, 1-UTC) |
|
Next | Sends an asynchronous Next command when the value is changed. |
|
NextExecuted | The value of this property is changed when the asynchronous Next command is completed. |
|
ObjServer | (inherited from RunObj). |
|
ObjType | (inherited from RunObj). |
|
Parent | (inherited from RunObj). |
|
Root | (inherited from RunObj). |
|
RowCount | Gets the total number of rows in the DatasetTable. |
|
Select | Sends an asynchronous Select command when the value is changed. |
|
SelectExecuted | The value of this property is changed when the asynchronous Select command is completed. |
|
SyncRoot | (inherited from ListObj). |
|
TModule | (inherited from RunObj). |
|
TableName | Gets the name of the DataTable. |
|
Update | Sends an asynchronous Update command when the value is changed. |
|
UpdateExecuted | The value of this property is changed when the asynchronous Update command is completed. |
|
WhereCondition | Defines the Where condition for the DatasetTable. |
| Name | Description | |
|---|---|---|
|
BeginSelectCommand | |
|
BeginUpdateCommand | |
|
ClearCacheNames | (inherited from ListObj). |
|
DeleteCommand | Deletes the current row of the DatasetTable. |
|
DeleteCommandWithStatus | Deletes the current row of the DatasetTable and provides a status message. |
|
EndSelectCommand | |
|
EndUpdateCommand | |
|
Equals | (Overloaded) (inherited from Object). |
|
GetEnumerator | (inherited from ListObj). |
|
GetHashCode | (inherited from Object). |
|
GetID | (inherited from ListObj). |
|
GetName | (Overloaded) (inherited from ListObj). |
|
GetObj | (Overloaded) (inherited from ListObj). |
|
GetObjAsObject | (inherited from ListObj). |
|
GetObjRef | (inherited from RunObj). |
|
GetType | (inherited from Object). |
|
InsertCommand | Inserts the values from the tags configured in the mapping column into the DatasetTable at the position indicated by the CursorIndex property. |
|
InsertCommandWithStatus | Inserts the values from the tags configured in the mapping column into the DatasetTable at the position indicated by the CursorIndex property, and provides a status message. |
|
IsInUse | (inherited from ListObj). |
|
NextCommand | Executes a synchronous Next command that increments the value of the CursorIndex property. |
|
NextCommandWithStatus | Executes a synchronous Next command that increments the value of the CursorIndex property, and provides a status message. |
|
OnContinue | (inherited from RunObj). |
|
OnPause | (inherited from RunObj). |
|
OnStart | (inherited from RunObj). |
|
OnStop | (inherited from RunObj). |
|
PreloadRunObj | (inherited from ListObj). |
|
ReceiveDeleteCommand | Receive event of delete command |
|
ReferenceEquals | (inherited from Object). |
|
ReplaceAllContents | Replace all contents of datatable on database. The current datatable is deleted and the new datatable is inserted. |
|
ReplaceAllContentsWithStatus | Replace all contents of datatable on database. The current datatable is deleted and the new datatable is inserted. |
|
SelectCommand | Executes a synchronous Select command on the DatasetTable. |
|
SelectCommandWithStatus | Executes a synchronous Select command on the DatasetTable, and provides status information. |
|
StartPreloadRunObjs | (Overloaded) (inherited from ListObj). |
|
ToString | (inherited from RunObj). |
|
UpdateCommand | (Overloaded) Updates the current row of the DatasetTable with the values from the tags configured in the mapping column. |
|
UpdateCommandWithStatus | Updates the current row of the DatasetTable with the values from the tags configured in the mapping column, and provides status information. |
|
UpdateFromDataTable | Update all contents of datatable on database. The current datatable is updated with data of new datatable. |
|
UpdateFromDataTableWithStatus | Update all contents of datatable on database. The current datatable is updated with data of new datatable. |
| Name | Description | |
|---|---|---|
|
ApplyCast | (Overloaded) (Defined by GenericEnumerableHelper). |
|
ApplyCount | (Defined by GenericEnumerableHelper). |
|
ApplySelect | (Overloaded) (Defined by GenericEnumerableHelper). |
|
ApplyWhere | (Defined by GenericEnumerableHelper). |
|
ApplyWhereNotNull | (Defined by GenericEnumerableHelper). |
|
AsParallel | (Defined by ParallelEnumerable). |
|
AsQueryable | (Defined by Queryable). |
|
Cast | (Defined by Enumerable). |
|
ConvertAll | (Defined by IEnumerableExtensions). |
|
GetParentViewModel | (Defined by POCOViewModelExtensions). |
|
GetRequiredService | (Overloaded) (Defined by POCOViewModelExtensions). |
|
GetService | (Overloaded) (Defined by POCOViewModelExtensions). |
|
IsInDesignMode | (Defined by POCOViewModelExtensions). |
|
OfType | (Defined by Enumerable). |
|
RaisePropertiesChanged | (Defined by POCOViewModelExtensions). |