Click or drag to resize

SQLStatement.SQLString Property

X#
A string containing the text of the statement.

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 containing the text of the statement.
Remarks
A string containing the text of the statement.
Tip Tip
You can use the SQLSelect:SQLString assign to change the statement text.
Note: If you assign a different SQLString and the statement is Preparedm it will become 'unprepared'.
See Also