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