Click or drag to resize

SQLSelect.Connection Property (Typed)

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

Property Value

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