Click or drag to resize

SQLSelect.SQLString Property

X#
A string representing the SQL statement text.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY SQLString AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A string representing the SQL statement text.
Remarks
A string representing the SQL statement text.
Tip Tip
The SQLSelect:SQLString assign will automatically close the cursor, if one is open.
See Also