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