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