SQLSelect.Connection Property (Typed) | |
The SQL connection object that the SQLSelect is using to manipulate the result set.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Connection AS SQLConnection GET
public virtual SQLConnection Connection { get; }
Request Example
View SourceProperty Value
Type:
SQLConnectionThe SQL connection object that the SQLSelect is using to manipulate the result set.
See Also