Click or drag to resize
SQLite3CompileOptionUsed Method
Indicates whether the specified option was 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 bool CompileOptionUsed(
	string option
)

Parameters

option
Type: SystemString
The SQLite compile option. The SQLITE_ prefix may be omitted.

Return Value

Type: Boolean
if the compile option is use, otherwise
See Also