Class FormKeysRow.IdxFormKeysId
Class representing index 'IDXForm_keysId'.
Inheritance
FormKeysRow.IdxFormKeysId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class FormKeysRow.IdxFormKeysId : FormKeysRow.FormKeysRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxFormKeysId(int)
Constructor for class FormKeys.IdxFormKeysId This class represents index 'IDXForm_keysId'.
Declaration
public IdxFormKeysId(int formKeysId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | formKeysId |
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 FormKeysRow 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 FormKeysRow. |