Class RelationsRows.IdxDestinationTableDestinationRecord
Class representing index 'IDestination_tableDestination'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Inheritance
RelationsRows.IdxDestinationTableDestinationRecord
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class RelationsRows.IdxDestinationTableDestinationRecord : RelationsRows.RelationsRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxDestinationTableDestinationRecord(short, int)
Constructor for class RelationsRows.IdxDestinationTableDestinationRecord This class represents index 'IDestination_tableDestination_recordReversed'. This particular class implements a from-the-left subset of the fields, to ease coding of these efficient searches
Declaration
public IdxDestinationTableDestinationRecord(short destinationTable, int destinationRecord)
Parameters
| Type | Name | Description |
|---|---|---|
| short | destinationTable | |
| int | destinationRecord |
Properties
DestinationRecord
Actual target record
Declaration
public int DestinationRecord { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DestinationTable
Actual target table
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 RelationsRow 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 RelationsRow. |