Class CacheTablesRows.IdxTableId
Class representing index 'IDXCacheTabsTableId'.
Inheritance
CacheTablesRows.IdxTableId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class CacheTablesRows.IdxTableId : CacheTablesRows.CacheTablesRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTableId(short)
Constructor for class CacheTablesRows.IdxTableId This class represents index 'IDXCacheTabsTableId'.
Declaration
public IdxTableId(short tableId)
Parameters
Type | Name | Description |
---|---|---|
short | tableId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
TableId
ID of table to be cached in local file
Declaration
public short TableId { get; set; }
Property Value
Type | Description |
---|---|
short |
Methods
UpdateRow(TableRowBase)
Update the CacheTablesRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of CacheTablesRow. |