SQLSelect.NativeSQL Property | |
A string containing the native SQL text of the statement.
Level 2
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY NativeSQL AS USUAL GET
public virtual Usual NativeSQL { get; }
Request Example
View SourceProperty Value
Type:
Usual
A string containing the native SQL text of the statement.
Level 2
See Also