Click or drag to resize

QueryExecutionController Properties

The QueryExecutionController type exposes the following members.

Properties
  NameDescription
Public propertyActiveCatalog
The active catalog to execute the queries on.
Public propertyCancellationToken
The cancellation token to be able to stop execution from another thread.
Public propertyDriverToUse
The driver instance to use for executing the queries
Public propertyEndTime
End date/time of execution
Public propertyExecutionResults
The overall results of the execution of the sqlqueriestoexecute on the driver specified.
Public propertyIsBatch
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
Public propertySqlQueriesToExecute
The sql commands to execute
Public propertyStartTime
Start date/time of execution
Public propertyUseTransaction
Whether a transaction should be used or not
Top
See Also