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