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