Class EntityCountsRow.IdxEntityCountsId
Class representing index 'IDXEntityCountsId'.
Inheritance
EntityCountsRow.IdxEntityCountsId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class EntityCountsRow.IdxEntityCountsId : EntityCountsRow.EntityCountsRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxEntityCountsId(int)
Constructor for class EntityCounts.IdxEntityCountsId This class represents index 'IDXEntityCountsId'.
Declaration
public IdxEntityCountsId(int entityCountsId)
Parameters
Type | Name | Description |
---|---|---|
int | entityCountsId |
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
Methods
UpdateRow(TableRowBase)
Update the EntityCountsRow 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 EntityCountsRow. |