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