Click or drag to resize
QueryConnection Property
The connection object to use with the Command

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public DbConnection Connection { get; set; }

Property Value

Type: DbConnection

Implements

IQueryConnection
See Also