Click or drag to resize
SQLite3CompilerOptions Property
The SQLite compiler options that were defined at compile time.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public static IEnumerable<string> CompilerOptions { get; }

Property Value

Type: IEnumerableString
See Also