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