Show / Hide Table of Contents

Class DocTmplRow.DocTmplRowIdxBase

Abstract base class for accessors.

Inheritance
Object
SqlCommand
PrivateSelect
IdxBase
IdxBase<DocTmplTableInfo>
DocTmplRow.DocTmplRowIdxBase
DocTmplRow.DocTmplRowIdx
DocTmplRows.DocTmplRowsIdx
Implements
ICloneable
ISentryIgnorable
Inherited Members
IdxBase<DocTmplTableInfo>.TableInfo
IdxBase.OnIndexChanged()
IdxBase.UpdateRow(TableRowBase)
IdxBase.BeginIgnoreSentryCheck()
IdxBase.EndIgnoreSentryCheck()
IdxBase.InnerOrderBy
IdxBase.InnerGroupBy
IdxBase.InnerJoinRestriction
IdxBase.InnerReturnFields
IdxBase.JoinRestriction
IdxBase.ReturnFields
IdxBase.IsSentryIgnored
PrivateSelect._isDistinct
PrivateSelect.GetTableInfos()
PrivateSelect.GetRelations(TableInfo)
PrivateSelect.GetRelations(TableInfo, SoTable)
PrivateSelect.IsTableOuterJoined(TableInfo)
PrivateSelect.GetTablesInOrderBy()
PrivateSelect.GetTablesLeadingToTable(TableInfo)
PrivateSelect.ValidateJoin()
PrivateSelect.Clone()
PrivateSelect.CloneSelect()
PrivateSelect.ToString()
PrivateSelect.GetCachingHash()
PrivateSelect.GetRestrictionTables()
PrivateSelect.CreateOrderBy()
PrivateSelect.InnerRestriction
PrivateSelect.IsDistinct
PrivateSelect.ForceRecompile
PrivateSelect.ForceJoinOrder
PrivateSelect.SqlType
SqlCommand.Origin
SqlCommand.AddIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.AddIgnoreAutoSentryTableInfo(IEnumerable<TableInfo>)
SqlCommand.RemoveIgnoreAutoSentryTableInfo(TableInfo)
SqlCommand.ClearIgnoreAutoSentryTableInfos()
SqlCommand.IsAutoSentryIgnoredOnTableInfo(TableInfo)
SqlCommand.GetPrivateSaves()
SqlCommand.GetInserts()
SqlCommand.GetUpdates()
SqlCommand.GetDeletes()
SqlCommand.GetSelect()
SqlCommand.AutoSentryIgnoredTables
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public abstract class DocTmplRowIdxBase : IdxBase<DocTmplTableInfo>, ICloneable, ISentryIgnorable

Constructors

DocTmplRowIdxBase()

Declaration
protected DocTmplRowIdxBase()

Properties

DocTmplTableInfo

Get the DocTmplTableInfo for the table that the selector covers

Declaration
[Obsolete("Use the inherited TableInfo property instead.", false)]
public DocTmplTableInfo DocTmplTableInfo { get; }
Property Value
Type Description
DocTmplTableInfo

Instance of DocTmplTableInfo

Methods

ToDocTmplRow()

Operator converting an instance of DocTmplRow.DocTmplRowIdx to a DocTmplRow.
This operator performs a select against the database.

Declaration
public DocTmplRow ToDocTmplRow()
Returns
Type Description
DocTmplRow

The result of the query against the database as a DocTmplRow

ToDocTmplRow(ITableRowLoadHandler)

Operator converting an instance of DocTmplRow.DocTmplRowIdx to a DocTmplRow.
This operator performs a select against the database.

Handler recieving events when the row is loaded.
Declaration
public DocTmplRow ToDocTmplRow(ITableRowLoadHandler handler)
Parameters
Type Name Description
ITableRowLoadHandler handler
Returns
Type Description
DocTmplRow

The result of the query against the database as a DocTmplRow

ToDocTmplRows()

Operator converting an instance of to a DocTmplRows collection. This operator performs a select against the database.

Declaration
public DocTmplRows ToDocTmplRows()
Returns
Type Description
DocTmplRows

The result of the query against the database as a DocTmplRows

ToDocTmplRows(ITableRowLoadHandlerFactory)

Operator converting an instance of to a DocTmplRows collection. This operator performs a select against the database and calls back using SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory.

Declaration
public DocTmplRows ToDocTmplRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type Name Description
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory tableRowHandlerFactory

Factory for creating ITableRowLoadHandlers.

Returns
Type Description
DocTmplRows

The result of the query against the database as a DocTmplRows

Operators

Implicit(DocTmplRow.DocTmplRowIdxBase to DocTmplRow)

Operator converting an instance of DocTmplRow.DocTmplRowIdx to a DocTmplRow.
This operator performs a select against the database.

Declaration
public static implicit operator DocTmplRow(DocTmplRow.DocTmplRowIdxBase pThis)
Parameters
Type Name Description
DocTmplRow.DocTmplRowIdxBase pThis

The DocTmplRow.DocTmplRowIdx to convert

Returns
Type Description
DocTmplRow

The result of the query against the database as a DocTmplRow

Implicit(DocTmplRow.DocTmplRowIdxBase to DocTmplRows)

Operator converting an instance of to a DocTmplRows collection. This operator performs a select against the database.

Declaration
public static implicit operator DocTmplRows(DocTmplRow.DocTmplRowIdxBase pThis)
Parameters
Type Name Description
DocTmplRow.DocTmplRowIdxBase pThis

The to convert

Returns
Type Description
DocTmplRows

The result of the query against the database as a DocTmplRows

Implements

System.ICloneable
ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
QueryExectionExtensions.ExecuteReader(SqlCommand, Boolean)
QueryExectionExtensions.ExecuteScalar<T>(SqlCommand)
QueryExectionExtensions.ExecuteNonQuery(SqlCommand)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top