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