Click or drag to resize
SQLiteDatabaseConnectionIsDatabaseReadOnly 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
public bool IsDatabaseReadOnly(
	string dbName
)

Parameters

dbName
Type: SystemString
The database name.

Return Value

Type: Boolean
if the database is readonly, otherwise .

Implements

IDatabaseConnectionIsDatabaseReadOnly(String)
See Also