SQLSelect.SQLString Property (Typed) | |
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
public virtual string SQLString { get; set; }
Request Example
View SourceProperty Value
Type:
StringA string representing the SQL statement text.
Remarks
A string representing the SQL statement text.
Tip |
---|
The SQLSelect:SQLString assign will automatically close the cursor, if one is open. |
See Also