Class SORCriteriaRow.SORCriteriaRowIdxBase
Abstract base class for accessors.
Inheritance
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class SORCriteriaRowIdxBase : IdxBase<SORCriteriaTableInfo>, ICloneable, ISentryIgnorable
Constructors
SORCriteriaRowIdxBase()
Declaration
protected SORCriteriaRowIdxBase()
Properties
SORCriteriaTableInfo
Get the SORCriteriaTableInfo for the table that the selector covers
Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public SORCriteriaTableInfo SORCriteriaTableInfo { get; }
Property Value
Type | Description |
---|---|
SORCriteriaTableInfo | Instance of SORCriteriaTableInfo |
Methods
ToSORCriteriaRow()
Operator converting an instance of SORCriteriaRow.SORCriteriaRowIdx to a SORCriteriaRow.
This operator performs a select against the database.
Declaration
public SORCriteriaRow ToSORCriteriaRow()
Returns
Type | Description |
---|---|
SORCriteriaRow | The result of the query against the database as a SORCriteriaRow |
ToSORCriteriaRow(ITableRowLoadHandler)
Operator converting an instance of SORCriteriaRow.SORCriteriaRowIdx to a SORCriteriaRow.
This operator performs a select against the database.
Declaration
public SORCriteriaRow ToSORCriteriaRow(ITableRowLoadHandler handler)
Parameters
Type | Name | Description |
---|---|---|
ITableRowLoadHandler | handler |
Returns
Type | Description |
---|---|
SORCriteriaRow | The result of the query against the database as a SORCriteriaRow |
ToSORCriteriaRows()
Operator converting an instance of
Declaration
public SORCriteriaRows ToSORCriteriaRows()
Returns
Type | Description |
---|---|
SORCriteriaRows | The result of the query against the database as a SORCriteriaRows |
ToSORCriteriaRows(ITableRowLoadHandlerFactory)
Operator converting an instance of
Declaration
public SORCriteriaRows ToSORCriteriaRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type | Name | Description |
---|---|---|
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory | tableRowHandlerFactory | Factory for creating ITableRowLoadHandlers. |
Returns
Type | Description |
---|---|
SORCriteriaRows | The result of the query against the database as a SORCriteriaRows |
Operators
Implicit(SORCriteriaRow.SORCriteriaRowIdxBase to SORCriteriaRow)
Operator converting an instance of SORCriteriaRow.SORCriteriaRowIdx to a SORCriteriaRow.
This operator performs a select against the database.
Declaration
public static implicit operator SORCriteriaRow(SORCriteriaRow.SORCriteriaRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
SORCriteriaRow.SORCriteriaRowIdxBase | pThis | The SORCriteriaRow.SORCriteriaRowIdx to convert |
Returns
Type | Description |
---|---|
SORCriteriaRow | The result of the query against the database as a SORCriteriaRow |
Implicit(SORCriteriaRow.SORCriteriaRowIdxBase to SORCriteriaRows)
Operator converting an instance of
Declaration
public static implicit operator SORCriteriaRows(SORCriteriaRow.SORCriteriaRowIdxBase pThis)
Parameters
Type | Name | Description |
---|---|---|
SORCriteriaRow.SORCriteriaRowIdxBase | pThis | The |
Returns
Type | Description |
---|---|
SORCriteriaRows | The result of the query against the database as a SORCriteriaRows |