ISQLiteConnectionStringBuilderReadOnly Property |
See SQLite docs.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool ReadOnly { get; set; }
Property ReadOnly As Boolean
Get
Set
property bool ReadOnly {
bool get ();
void set (bool value);
}
abstract ReadOnly : bool with get, set
Property Value
Type:
BooleanSee Also