Show / Hide Table of Contents

Class ProbGroupLinkRow.ProbGroupLinkRowIdxBase

Abstract base class for accessors.

Inheritance
Object
SqlCommand
PrivateSelect
IdxBase
IdxBase<ProbGroupLinkTableInfo>
ProbGroupLinkRow.ProbGroupLinkRowIdxBase
ProbGroupLinkRow.ProbGroupLinkRowIdx
ProbGroupLinkRows.ProbGroupLinkRowsIdx
Implements
ICloneable
ISentryIgnorable
Inherited Members
IdxBase<ProbGroupLinkTableInfo>.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 ProbGroupLinkRowIdxBase : IdxBase<ProbGroupLinkTableInfo>, ICloneable, ISentryIgnorable

Constructors

ProbGroupLinkRowIdxBase()

Declaration
protected ProbGroupLinkRowIdxBase()

Properties

ProbGroupLinkTableInfo

Get the ProbGroupLinkTableInfo for the table that the selector covers

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

Instance of ProbGroupLinkTableInfo

Methods

ToProbGroupLinkRow()

Operator converting an instance of ProbGroupLinkRow.ProbGroupLinkRowIdx to a ProbGroupLinkRow.
This operator performs a select against the database.

Declaration
public ProbGroupLinkRow ToProbGroupLinkRow()
Returns
Type Description
ProbGroupLinkRow

The result of the query against the database as a ProbGroupLinkRow

ToProbGroupLinkRow(ITableRowLoadHandler)

Operator converting an instance of ProbGroupLinkRow.ProbGroupLinkRowIdx to a ProbGroupLinkRow.
This operator performs a select against the database.

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

The result of the query against the database as a ProbGroupLinkRow

ToProbGroupLinkRows()

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

Declaration
public ProbGroupLinkRows ToProbGroupLinkRows()
Returns
Type Description
ProbGroupLinkRows

The result of the query against the database as a ProbGroupLinkRows

ToProbGroupLinkRows(ITableRowLoadHandlerFactory)

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

Declaration
public ProbGroupLinkRows ToProbGroupLinkRows(ITableRowLoadHandlerFactory tableRowHandlerFactory)
Parameters
Type Name Description
SuperOffice.CRM.Rows.ITableRowLoadHandlerFactory tableRowHandlerFactory

Factory for creating ITableRowLoadHandlers.

Returns
Type Description
ProbGroupLinkRows

The result of the query against the database as a ProbGroupLinkRows

Operators

Implicit(ProbGroupLinkRow.ProbGroupLinkRowIdxBase to ProbGroupLinkRow)

Operator converting an instance of ProbGroupLinkRow.ProbGroupLinkRowIdx to a ProbGroupLinkRow.
This operator performs a select against the database.

Declaration
public static implicit operator ProbGroupLinkRow(ProbGroupLinkRow.ProbGroupLinkRowIdxBase pThis)
Parameters
Type Name Description
ProbGroupLinkRow.ProbGroupLinkRowIdxBase pThis

The ProbGroupLinkRow.ProbGroupLinkRowIdx to convert

Returns
Type Description
ProbGroupLinkRow

The result of the query against the database as a ProbGroupLinkRow

Implicit(ProbGroupLinkRow.ProbGroupLinkRowIdxBase to ProbGroupLinkRows)

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

Declaration
public static implicit operator ProbGroupLinkRows(ProbGroupLinkRow.ProbGroupLinkRowIdxBase pThis)
Parameters
Type Name Description
ProbGroupLinkRow.ProbGroupLinkRowIdxBase pThis

The to convert

Returns
Type Description
ProbGroupLinkRows

The result of the query against the database as a ProbGroupLinkRows

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 |  Back to top