Class ForeignKeyRows.IdxSubkey
Class representing index 'IDXFkKeySubkey'.
Inheritance
IdxBase
IdxBase<ForeignKeyTableInfo>
ForeignKeyRow.ForeignKeyRowIdxBase
ForeignKeyRows.ForeignKeyRowsIdx
ForeignKeyRows.IdxSubkey
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class 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. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)