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