Show / Hide Table of Contents

Class DBC.CacheTablesFields

Fields for CacheTables, Specifies which tables should be cached to local files (or otherwise), generally these are the lists and other low-frequency-of-change tables. Contains the ID of any tables cached in SOCache. The files are binary and called <tablename>.bin. <Shift>+<F5> throws all cache files.

Inheritance
Object
DBC.CacheTablesFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CacheTablesFields

Fields

CacheTabsId

CacheTables.CacheTabsId: Primary key

Declaration
public const string CacheTabsId = "CacheTabs_id"
Field Value
Type Description
String

CheckSum

CacheTables.CheckSum: Checksum after last update of that table

Declaration
public const string CheckSum = "checkSum"
Field Value
Type Description
String

SubKeyId

CacheTables.SubKeyId: Field ID of subkey field

Declaration
public const string SubKeyId = "subKeyId"
Field Value
Type Description
String

SubKeyValue

CacheTables.SubKeyValue: Value of given subkey

Declaration
public const string SubKeyValue = "subKeyValue"
Field Value
Type Description
String

TableId

CacheTables.TableId: ID of table to be cached in local file

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