BatchActionQuery.Connection Property |
Gets or sets the connection for this action query object. Get will return the connection of the first action query stored.
Set will set the connection on all actionquery objects.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic DbConnection Connection { get; set; }
Public Property Connection As DbConnection
Get
Set
Property Value
Type:
DbConnectionImplements
IQuery.Connection
See Also