Click or drag to resize

SQLStatement.SQLString Property (Typed)

X#
A string containing the text of the statement.

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 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