Class SORCriteriaRows.IdxUseIt
Class representing index 'IDXSORCriteriaUseIt'.
Inheritance
SORCriteriaRows.IdxUseIt
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class SORCriteriaRows.IdxUseIt : SORCriteriaRows.SORCriteriaRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxUseIt(short)
Constructor for class SORCriteriaRows.IdxUseIt This class represents index 'IDXSORCriteriaUseIt'.
Declaration
public IdxUseIt(short useIt)
Parameters
Type | Name | Description |
---|---|---|
short | useIt |
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
UseIt
1=criterion is in use, otherwise 0
Declaration
public short UseIt { get; set; }
Property Value
Type | Description |
---|---|
short |
Methods
UpdateRow(TableRowBase)
Update the SORCriteriaRow 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 SORCriteriaRow. |