Click or drag to resize
SQLiteDatabaseConnectionBuilderInMemory Property
Returns a SQLiteDatabaseConnectionBuilder that creates in memory SQLiteDatabaseConnection instances.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static SQLiteDatabaseConnectionBuilder InMemory { get; }

Property Value

Type: SQLiteDatabaseConnectionBuilder
See Also