Class EjselMetaResultRow.IdxEjselMetaResultId
Class representing index 'IDXEjsel_meta_resultId'.
Inheritance
EjselMetaResultRow.IdxEjselMetaResultId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class EjselMetaResultRow.IdxEjselMetaResultId : EjselMetaResultRow.EjselMetaResultRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxEjselMetaResultId(int)
Constructor for class EjselMetaResult.IdxEjselMetaResultId This class represents index 'IDXEjsel_meta_resultId'.
Declaration
public IdxEjselMetaResultId(int ejselMetaResultId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | ejselMetaResultId |
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 EjselMetaResultRow 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 EjselMetaResultRow. |