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