Click or drag to resize
SQLite3OpenInMemory Method
Opens an in memory SQLite database. This is useful for testing.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static SQLiteDatabaseConnection OpenInMemory()

Return Value

Type: SQLiteDatabaseConnection
A SQLiteDatabaseConnection instance.
See Also