Table of Contents

Class SQLiteOptions

Namespace
The.SQLite.Persistence
Assembly
Instagile.SQLite.dll
public sealed class SQLiteOptions
Inheritance
SQLiteOptions
Inherited Members

Properties

ConflictLeeway

public TimeSpan ConflictLeeway { get; set; }

Property Value

TimeSpan

CountQueries

public bool CountQueries { get; set; }

Property Value

bool

EnableSQLInjection

Treat user input as raw SQL text, introducing a security vulnerability.

public bool EnableSQLInjection { get; set; }

Property Value

bool

MaximumBatchedQueryCount

public int MaximumBatchedQueryCount { get; set; }

Property Value

int

SlowQueryThreshold

public TimeSpan? SlowQueryThreshold { get; set; }

Property Value

TimeSpan?

TransactionalReads

public bool TransactionalReads { get; set; }

Property Value

bool