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
CountQueries
public bool CountQueries { get; set; }
Property Value
EnableSQLInjection
Treat user input as raw SQL text, introducing a security vulnerability.
public bool EnableSQLInjection { get; set; }
Property Value
MaximumBatchedQueryCount
public int MaximumBatchedQueryCount { get; set; }
Property Value
SlowQueryThreshold
public TimeSpan? SlowQueryThreshold { get; set; }
Property Value
TransactionalReads
public bool TransactionalReads { get; set; }