QueryExecutionController Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.MetaData
The QueryExecutionController type exposes the following members.
Name | Description | |
---|---|---|
![]() | QueryExecutionController | Initializes a new instance of the QueryExecutionController class |
Name | Description | |
---|---|---|
![]() | ActiveCatalog |
The active catalog to execute the queries on.
|
![]() | CancellationToken |
The cancellation token to be able to stop execution from another thread.
|
![]() | DriverToUse |
The driver instance to use for executing the queries
|
![]() | EndTime |
End date/time of execution
|
![]() | ExecutionResults |
The overall results of the execution of the sqlqueriestoexecute on the driver specified.
|
![]() | IsBatch |
If true, the commands in SqlQueriesToExecute are seen as a batch and a delimiter token is expected and the string
is chopped up along these delimiter tokens. If false, everything is executed as a single command
|
![]() | SqlQueriesToExecute |
The sql commands to execute
|
![]() | StartTime |
Start date/time of execution
|
![]() | UseTransaction |
Whether a transaction should be used or not
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Execute |
Executes the set query on the driver defined in this instance
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |