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