SQLStatement.SQLString Property | |
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
public virtual Usual SQLString { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string containing the text of the statement.
Remarks
A string containing the text of the statement.
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