Click or drag to resize
IDatabaseConnectionIsDatabaseReadOnly Method
Determine whether a database is readonly.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
bool IsDatabaseReadOnly(
	string dbName
)

Parameters

dbName
Type: SystemString
The database name.

Return Value

Type: Boolean
if the database is readonly, otherwise .
See Also