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