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