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