Click or drag to resize

SQLSelect.SQLString Property (Typed)

X#
A string representing the SQL statement text.

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

Property Value

Type: String
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