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