DatasetTable Class
Name | Description | |
---|---|---|
![]() |
DatasetTable(RunObj, int) | Construct the instance |
Name | Description | |
---|---|---|
![]() |
Access | Access Type of the DatasetTable. |
![]() |
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. |
![]() |
CursorIndex | Defines the current row position in the DatasetTable. |
![]() |
DB | Gets the DB configured in EditDatasetsTables |
![]() |
DateTimeMode | Mapping DateTime Mode: (0-Local, 1-UTC) |
![]() |
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 | 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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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 | |
---|---|---|
![]() |
BeginSelectCommandAsync(AsyncCallback) | Begin executing an asynchronous Select command on the DatasetTable |
![]() |
DeleteCommandAsync() | Deletes the current row of the DatasetTable. |
![]() |
EndSelectCommand(IAsyncResult) | End executing an asynchronous Select command on the DatasetTable |
![]() |
InsertCommandAsync() | Inserts the values from the tags configured in the mapping column into the DatasetTable at the position indicated by the CursorIndex property. |
![]() |
InsertCommandWithStatusAsync(TRef<string>) | Inserts the values from the tags configured in the mapping column into the DatasetTable at the position indicated by the CursorIndex property. |
![]() |
NextCommandAsync() | Executes an asynchronous Next command that increments the value of the CursorIndex property. |
![]() |
ReceiveDeleteCommand(object, RuntimeEventArgs) | Receive event of delete command |
![]() |
ReplaceAllContentsAsync(DataTable) | Replace all contents of datatable on database. The current datatable is deleted and the new datatable is inserted. |
![]() |
ReplaceAllContentsWithStatusAsync(DataTable, TRef<int>) | Replace all contents of datatable on database. The current datatable is deleted and the new datatable is inserted. |
![]() |
SelectCommandAsync() | Executes an asynchronous Select command on the DatasetTable. |
![]() |
SelectCommandWithStatusAsync(TRef<int>) | Executes an asynchronous Select command on the DatasetTable, and provides status information. |
![]() |
UpdateCommandAsync() | Updates the current row of the DatasetTable with the values from the tags configured in the mapping column. |
![]() |
UpdateCommandWithStatusAsync(TRef<int>) | Updates the current row of the DatasetTable with the values from the tags configured in the mapping column, and provides status information. |
![]() |
UpdateFromDataTableAsync(DataTable, bool) | Update all contents of datatable on database. The current datatable is updated with data of new datatable. |
![]() |
UpdateFromDataTableWithStatusAsync(DataTable, TRef<int>, bool) | Update all contents of datatable on database. The current datatable is updated with data of new datatable. |
T.Modules.Dataset.DatasetTable