[This is preliminary documentation and is subject to change.]
Returns source of query excluding pragma text (if any was present in the original)
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string StatementSource { get; }
public string StatementSource { get; }
Public ReadOnly Property StatementSource As String
Get
Public ReadOnly Property StatementSource As String
Get
public:
property String^ StatementSource {
String^ get ();
}
public:
property String^ StatementSource {
String^ get ();
}
member StatementSource : string with get
member StatementSource : string with get
Property Value
Type:
String