Click or drag to resize

QueryExecutionController Class

Class which controls the execution of a sql query or set of queries. Everything needed is inside this class.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.MetaDataQueryExecutionController

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public class QueryExecutionController

The QueryExecutionController type exposes the following members.

Constructors
  NameDescription
Public methodQueryExecutionController
Initializes a new instance of the QueryExecutionController class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute
Executes the set query on the driver defined in this instance
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also