Class UDTempLargeRow.IdxUdtempLargeId
Class representing index 'IDXUdtempLargeId'.
Inheritance
UDTempLargeRow.IdxUdtempLargeId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class UDTempLargeRow.IdxUdtempLargeId : UDTempLargeRow.UDTempLargeRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxUdtempLargeId(int)
Constructor for class UDTempLarge.IdxUdtempLargeId This class represents index 'IDXUdtempLargeId'.
Declaration
public IdxUdtempLargeId(int udtempLargeId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | udtempLargeId |
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 UDTempLargeRow 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 UDTempLargeRow. |