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