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