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