Class SQLOptions
- Namespace
- The.SQLServer.Persistence
- Assembly
- Instagile.SQLServer.dll
public sealed class SQLOptions
- Inheritance
-
SQLOptions
- Inherited Members
Properties
ConflictLeeway
public TimeSpan ConflictLeeway { get; set; }
Property Value
CountQueries
public bool CountQueries { get; set; }
Property Value
InsertAutonums
public List<AttributeInfo> InsertAutonums { get; }
Property Value
MaximumBatchedQueryCount
public int MaximumBatchedQueryCount { get; set; }
Property Value
MeasureExecutionPlans
If set, query plans will be recorded and passed to this callback
public DumpExecutionPlan? MeasureExecutionPlans { get; set; }
Property Value
SlowQueryThreshhold
public TimeSpan? SlowQueryThreshhold { get; set; }
Property Value
TransactionalReads
public bool TransactionalReads { get; set; }
Property Value
UseIsolationStatements
If set, each batch of read operations will begin with a SET TRANSACTION LEVEL and table lock hints will not be generated.
public bool UseIsolationStatements { get; set; }