SQLSelect.SQLString Property | |
A string representing the SQL statement text.
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 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