SQLStatement.Connection Property | |
The data source — a SQLConnection object — that this statement is connected to.
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Connection AS USUAL GET
public virtual Usual Connection { get; }
Request Example
View SourceProperty Value
Type:
UsualThe data source — a SQLConnection object — that this statement is connected to.
See Also