Class ListTableRow.TableRowIdx
Abstract base class for accessors.
Inheritance
ListTableRow.TableRowIdx
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoDataBase.dll
Syntax
public abstract class TableRowIdx : IdxBase, ICloneable, ISentryIgnorable
Constructors
TableRowIdx(TableInfo)
Protected constructor for class TableRowIdx.
Declaration
protected TableRowIdx(TableInfo tableInfo)
Parameters
Type | Name | Description |
---|---|---|
TableInfo | tableInfo |
Methods
ToTableRow()
Operator converting an instance of ListTableRow.TableRowIdx to a
This operator performs a select against the database.
Declaration
public ListTableRow ToTableRow()
Returns
Type | Description |
---|---|
ListTableRow | The result of the query against the database as a |
Operators
Implicit(ListTableRow.TableRowIdx to ListTableRow)
Operator converting an instance of ListTableRow.TableRowIdx to a
This operator performs a select against the database.
Declaration
public static implicit operator ListTableRow(ListTableRow.TableRowIdx pThis)
Parameters
Type | Name | Description |
---|---|---|
ListTableRow.TableRowIdx | pThis | The ListTableRow.TableRowIdx to convert |
Returns
Type | Description |
---|---|
ListTableRow | The result of the query against the database as a |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)