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.9.0.0 (5.9.0)
Syntax
public DbConnection Connection { get; set; }

Property Value

Type: DbConnection

Implements

IQueryConnection
See Also