Class ForeignKeyRows.IdxSubkey
Class representing index 'IDXFkKeySubkey'.
Inheritance
ForeignKeyRows.IdxSubkey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ForeignKeyRows.IdxSubkey : ForeignKeyRows.ForeignKeyRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSubkey(string)
Constructor for class ForeignKeyRows.IdxSubkey This class represents index 'IDXFkKeySubkey'.
Declaration
public IdxSubkey(string subkey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | subkey |
IdxSubkey(string, StringSearchType)
Constructor for class ForeignKeyRows.IdxSubkey This class represents index 'IDXFkKeySubkey'.
Declaration
public IdxSubkey(string subkey, StringSearchType subkeySearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | subkey | |
| StringSearchType | subkeySearchType | How to search for Subkey |
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
Subkey
Subkey (optional)
Declaration
public string Subkey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
UpdateRow(TableRowBase)
Update the ForeignKeyRow 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 ForeignKeyRow. |