Click or drag to resize

SQLSelect.Connection Property

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

Property Value

Type: Usual
The SQL connection object that the SQLSelect is using to manipulate the result set.
See Also