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