|  | SqlStatementIsFinalized Property  | 
 
            True if the sql statement is finalized
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Query
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic bool IsFinalized { get; }Public ReadOnly Property IsFinalized As Boolean
	Get
public:
property bool IsFinalized {
	bool get ();
}member IsFinalized : bool with get
Property Value
Type: 
Boolean See Also
See Also