Class Constants.Options
Inheritance
Constants.Options
Assembly: SoCore.dll
Syntax
public static class Options : Object
Fields
DisableJoinOrderForcing
Declaration
public const string DisableJoinOrderForcing = "disableJoinOrderForcing"
Field Value
DisableTrimming
Declaration
public const string DisableTrimming = "disableTrimming"
Field Value
DisplayFieldName
Declaration
public const string DisplayFieldName = "$x_display_field"
Field Value
Distinct
Declaration
public const string Distinct = "distinct"
Field Value
ExistenceCheck
Declaration
public const string ExistenceCheck = "existenceCheck"
Field Value
ForceRecompile
If 'true', then tell the database to NOT REUSE any cached query plan for this query.
In general, cached query plans are good and should be let alone. In outlier cases,
especially where the selectivity of the restriction columns varies a lot, a cached
query plan can be catastrophically bad (many orders of magnitude) and forcing a recompilation
is the way out.
Declaration
public const string ForceRecompile = "forceRecompile"
Field Value
RowCount
Declaration
public const string RowCount = "rowcount"
Field Value