SQLSelect.Connection Property | |
The SQL connection object that the SQLSelect is using to manipulate the result set.
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 SQL connection object that the SQLSelect is using to manipulate the result set.
See Also