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