Click or drag to resize
MappingConfigurationMaxPreparedStatementsThreshold Property
Gets or sets the maximum amount of prepared statements before issuing a logger warning. Defaults to 500.

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.4.0
Syntax
C#
public int MaxPreparedStatementsThreshold { get; set; }

Property Value

Type: Int32
See Also