Click or drag to resize

SQLStatement.Connection Property

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

Property Value

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