Class ExtraTablesRows.IdxParentField
Class representing index 'IDXExtra_tablesParent_field'.
Inheritance
ExtraTablesRows.IdxParentField
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExtraTablesRows.IdxParentField : ExtraTablesRows.ExtraTablesRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxParentField(int)
Constructor for class ExtraTablesRows.IdxParentField This class represents index 'IDXExtra_tablesParent_field'.
Declaration
public IdxParentField(int parentField)
Parameters
Type | Name | Description |
---|---|---|
int | parentField |
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
ParentField
If this table is hierarchically organized, then this field can contain a field which is a parent-field, creating a hierarchy.
Declaration
public int ParentField { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the ExtraTablesRow 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 ExtraTablesRow. |