 | DataContext.IsReadonly Property |
True if the connection is readonly
Namespace:
SanteDB.OrmLite
Assembly:
SanteDB.OrmLite (in SanteDB.OrmLite.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