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