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