Class for DatasetQuery operation.
Top
Top
Top
Top
The following tables list the members exposed by the DatasetQuery type.
| Name | Description | |
|---|---|---|
|
DatasetQuery | Construct the instance |
| Name | Description | |
|---|---|---|
|
ArrayIndexes | (inherited from RunObj). |
|
AsyncContents | Contains the TDataTable that resulted from one of the asynchronous commands, such as Select or Next. |
|
Category | ReadOnly property with categories configured to 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 resulting DatasetTable. |
|
DB | Gets the DB configured in EditDatasetsTables. |
|
Description | Gets the description of the DatasetQuery. |
|
Disable |
Disables the commands to the DatasetQuery when the value is greater than zero.
0 = Enables the commands to the DatasetQuery 1 = Disables the commands to the DatasetQuery |
|
Execute | Sends an asynchronous Execute command when the value is changed. |
|
ExecuteCompleted | The value of this property is changed when the asynchronous Execute command is completed. |
|
ID | (inherited from RunObj). |
|
Id | Object ID (Internal Use). |
|
InternalDBHandle | |
|
Item | (Overloaded) (inherited from ListObj). |
|
LastStatus |
Gets the status of the last (most recent) asynchronous operation.
zero = success different than zero = error code |
|
LastStatusMessage | Gets the status message of the last (most recent) asynchronous operation, where an empty string indicates success. |
|
Level | ReadOnly property with levels configured to DatasetQuery object. |
|
LocalContents | Contains the TDataTable that resulted from one of the sync commands, such as SelectCommand or NextCommand. |
|
Mapping | Gets the mapping of the resulting 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 resulting 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. |
|
SqlStatement | Defines the SQL command to be executed. |
|
SyncRoot | (inherited from ListObj). |
|
TModule | (inherited from RunObj). |
| Name | Description | |
|---|---|---|
|
BeginSelectCommand | |
|
ClearCacheNames | (inherited from ListObj). |
|
EndSelectCommand | |
|
Equals | (Overloaded) (inherited from Object). |
|
ExecuteCommand | Execute a synchronous command according to the SqlStatement |
|
ExecuteCommandWithStatus |
Execute a synchronous command according to the SqlStatement; status message displays.
Parameters string statusMessage message with the status of the execute command |
|
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). |
|
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 CusorIndex property, and displays a status message. |
|
OnContinue | (inherited from RunObj). |
|
OnPause | (inherited from RunObj). |
|
OnStart | (inherited from RunObj). |
|
OnStop | (inherited from RunObj). |
|
PreloadRunObj | (inherited from ListObj). |
|
ReferenceEquals | (inherited from Object). |
|
SelectCommand | Executes a synchronous Select command, according to the SqlStatement. |
|
SelectCommandWithStatus | Executes a synchronous Select command according to the SqlStatement, and displays status information. |
|
StartPreloadRunObjs | (Overloaded) (inherited from ListObj). |
|
ToString | (inherited from RunObj). |
| 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). |