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