Click or drag to resize

SQLStatement.Connection Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: SQLConnection
The data source — a SQLConnection object — that this statement is connected to.
See Also