Class CacheTabsTableInfo
Dictionary-derived information about table 'CacheTables'
Implements
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public class CacheTabsTableInfo : TableInfo, ICloneable
Properties
All
A collection of all the fields in the Database, where the first is the primary key.
Declaration
public override FieldInfo[] All { get; }
Property Value
Type | Description |
---|---|
FieldInfo[] |
Overrides
CacheTabsId
Field 'CacheTabs_id' in table 'CacheTables': Primary key
Declaration
public FieldInfo CacheTabsId { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
CheckSum
Field 'checkSum' in table 'CacheTables': Checksum after last update of that table
Declaration
public FieldInfo CheckSum { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
Definition
Definition of the table as described in the deployed runtime dictionary
Declaration
public override SoTable Definition { get; }
Property Value
Type | Description |
---|---|
SoTable |
Overrides
RuntimeDefinition
Definition of the table as described in the deployed runtime dictionary
Declaration
public static SoTable RuntimeDefinition { get; }
Property Value
Type | Description |
---|---|
SoTable |
SubKeyId
Field 'subKeyId' in table 'CacheTables': Field ID of subkey field
Declaration
public FieldInfo SubKeyId { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
SubKeyValue
Field 'subKeyValue' in table 'CacheTables': Value of given subkey
Declaration
public FieldInfo SubKeyValue { get; }
Property Value
Type | Description |
---|---|
FieldInfo |
TableId
Field 'tableId' in table 'CacheTables': ID of table to be cached in local file
Declaration
public FieldInfo TableId { get; }
Property Value
Type | Description |
---|---|
FieldInfo |