Class UserPreferenceStrings.DbOptimizations
Boss mod preferences for database-dependent special optimizations
Namespace: SuperOffice.CRM
Assembly: SoCore.dll
Syntax
public static class DbOptimizations : Object
Fields
ActivateAVFJoin
Activate query rewriting to use the appointment_id field of the visiblefor table (not in dictionary)
Declaration
public const string ActivateAVFJoin = "activateAVFJoin"
Field Value
Type | Description |
---|---|
String |
ActivateSearchText
Activate query rewriting to use the searchText field of the text table (not in dictionary)
Declaration
public const string ActivateSearchText = "activateSearchText"
Field Value
Type | Description |
---|---|
String |
Section
Section name
Declaration
public const string Section = "DbOptimizations"
Field Value
Type | Description |
---|---|
String |