Class ExtraTablesResultRow.IdxExtraTablesResultId
Class representing index 'IDXExtra_tables_resultId'.
Inheritance
ExtraTablesResultRow.IdxExtraTablesResultId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ExtraTablesResultRow.IdxExtraTablesResultId : ExtraTablesResultRow.ExtraTablesResultRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxExtraTablesResultId(int)
Constructor for class ExtraTablesResult.IdxExtraTablesResultId This class represents index 'IDXExtra_tables_resultId'.
Declaration
public IdxExtraTablesResultId(int extraTablesResultId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | extraTablesResultId |
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 ExtraTablesResultRow 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 ExtraTablesResultRow. |