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