| LockableSQLiteConnectionIsEntered Property |
True if the connection is entered on this thread
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsEntered { get; }
Public ReadOnly Property IsEntered As Boolean
Get
public:
property bool IsEntered {
bool get ();
}
member IsEntered : bool with get
Property Value
Type:
BooleanSee Also