QueryExecutionCancellationTokenActiveConnection Property  | 
 
            Sets the active connection which then can be cancelled by another thread. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.7.0.0 (5.7.0)
Syntaxpublic DbConnection ActiveConnection { get; set; }Public Property ActiveConnection As DbConnection
	Get
	Set
Property Value
Type: 
DbConnection
See Also