Class RelationsRow.IdxRelationId
Class representing index 'IDXRelId'.
Inheritance
RelationsRow.IdxRelationId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class RelationsRow.IdxRelationId : RelationsRow.RelationsRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxRelationId(int)
Constructor for class Relations.IdxRelationId This class represents index 'IDXRelId'.
Declaration
public IdxRelationId(int relationId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | relationId |
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 RelationsRow 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 RelationsRow. |