 | LockableSQLiteConnectionIsReadonly Property |
True if the connection is readonly
Namespace:
SanteDB.DisconnectedClient.SQLite.Connection
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntaxpublic bool IsReadonly { get; }
Public ReadOnly Property IsReadonly As Boolean
Get
public:
property bool IsReadonly {
bool get ();
}
member IsReadonly : bool with get
Property Value
Type:
Boolean
See Also