Class for DatasetTable operation.

The following tables list the members exposed by the DatasetTable type.

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