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