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.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class CacheTablesFields : Object
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 |