QueryExecutionController Properties |
The QueryExecutionController type exposes the following members.
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
|