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 DBC.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