Class RelationTargetRows.IdxDestinationTable
Class representing index 'IDXRelTargDestination_table'.
Inheritance
RelationTargetRows.IdxDestinationTable
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RelationTargetRows.IdxDestinationTable : RelationTargetRows.RelationTargetRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDestinationTable(short)
Constructor for class RelationTargetRows.IdxDestinationTable This class represents index 'IDXRelTargDestination_table'.
Declaration
public IdxDestinationTable(short destinationTable)
Parameters
| Type | Name | Description |
|---|---|---|
| short | destinationTable |
Properties
DestinationTable
Target table number (contact/person in 5.0)
Declaration
public short DestinationTable { get; set; }
Property Value
| Type | Description |
|---|---|
| short |
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 RelationTargetRow 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 RelationTargetRow. |