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