Click or drag to resize
SQLiteDatabaseConnectionIsReadOnly Property
Returns true if the database connection is readonly.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public bool IsReadOnly { get; }

Property Value

Type: Boolean

Implements

IDatabaseConnectionIsReadOnly
See Also