Class ForeignKeyRows.IdxSubvalue
Class representing index 'IDXFkKeySubvalue'.
Inheritance
ForeignKeyRows.IdxSubvalue
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ForeignKeyRows.IdxSubvalue : ForeignKeyRows.ForeignKeyRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSubvalue(string)
Constructor for class ForeignKeyRows.IdxSubvalue This class represents index 'IDXFkKeySubvalue'.
Declaration
public IdxSubvalue(string subvalue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | subvalue |
IdxSubvalue(string, StringSearchType)
Constructor for class ForeignKeyRows.IdxSubvalue This class represents index 'IDXFkKeySubvalue'.
Declaration
public IdxSubvalue(string subvalue, StringSearchType subvalueSearchType)
Parameters
| Type | Name | Description |
|---|---|---|
| string | subvalue | |
| StringSearchType | subvalueSearchType | How to search for Subvalue |
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
Subvalue
Key value
Declaration
public string Subvalue { 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. |