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