SQLStatement.Connection Property (Typed) | |
The data source — a SQLConnection object — that this statement is connected to.
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 data source — a SQLConnection object — that this statement is connected to.
See Also