SQLStatement.SQLString Property (Typed) | |
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
public virtual string SQLString { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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