|  | SqlStatementSQL Property  | 
 
            Gets the constructed or set SQL
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Query
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string SQL { get; }Public ReadOnly Property SQL As String
	Get
public:
property String^ SQL {
	String^ get ();
}member SQL : string with get
Property Value
Type: 
String See Also
See Also