Class EjselResultSetRows.IdxRefId
Class representing index 'IDXEjsel_result_setRef_id'.
Inheritance
EjselResultSetRows.IdxRefId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class EjselResultSetRows.IdxRefId : EjselResultSetRows.EjselResultSetRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxRefId(int)
Constructor for class EjselResultSetRows.IdxRefId This class represents index 'IDXEjsel_result_setRef_id'.
Declaration
public IdxRefId(int refId)
Parameters
Type | Name | Description |
---|---|---|
int | refId |
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
RefId
The id of the element for which this item belongs
Declaration
public int RefId { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the EjselResultSetRow 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 EjselResultSetRow. |