Show / Hide Table of Contents

Class Constants.Options

Inheritance
Object
Constants.Options
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public static class Options : Object

Fields

DisableJoinOrderForcing

Declaration
public const string DisableJoinOrderForcing = "disableJoinOrderForcing"
Field Value
Type Description
String

DisableTrimming

Declaration
public const string DisableTrimming = "disableTrimming"
Field Value
Type Description
String

DisplayFieldName

Declaration
public const string DisplayFieldName = "$x_display_field"
Field Value
Type Description
String

Distinct

Declaration
public const string Distinct = "distinct"
Field Value
Type Description
String

ExistenceCheck

Declaration
public const string ExistenceCheck = "existenceCheck"
Field Value
Type Description
String

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
Type Description
String

RowCount

Declaration
public const string RowCount = "rowcount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top