Show / Hide Table of Contents

Class RelationsList.RelationsListQuery

RelationsListQuery is a nested class containing the necessary information to provide it's outer class with enough information to build the list.

Inheritance
Object
SqlCommand
TableExpression
RelationsList.RelationsListQuery
RelationsList.FromContact
Inherited Members
TableExpression.GetTableInfos()
TableExpression.Add(Select[])
TableExpression.TableExp
TableExpression.TableExpOrderBy
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.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Archives
Assembly: SoDataBase.dll
Syntax
public abstract class RelationsListQuery : TableExpression

Fields

_a

Declaration
protected AssociateTableInfo _a
Field Value
Type Description
AssociateTableInfo

_c1

Declaration
protected ContactTableInfo _c1
Field Value
Type Description
ContactTableInfo

_c2

Declaration
protected ContactTableInfo _c2
Field Value
Type Description
ContactTableInfo

_contactid

Declaration
protected int _contactid
Field Value
Type Description
Int32

_p1

Declaration
protected PersonTableInfo _p1
Field Value
Type Description
PersonTableInfo

_p2

Declaration
protected PersonTableInfo _p2
Field Value
Type Description
PersonTableInfo

_param_p1first

Declaration
protected Parameter _param_p1first
Field Value
Type Description
Parameter

_param_p1Id

Declaration
protected Parameter _param_p1Id
Field Value
Type Description
Parameter

_param_p1last

Declaration
protected Parameter _param_p1last
Field Value
Type Description
Parameter

_param_p2first

Declaration
protected Parameter _param_p2first
Field Value
Type Description
Parameter

_param_p2Id

Declaration
protected Parameter _param_p2Id
Field Value
Type Description
Parameter

_param_p2last

Declaration
protected Parameter _param_p2last
Field Value
Type Description
Parameter

_r

Declaration
protected RelationsTableInfo _r
Field Value
Type Description
RelationsTableInfo

_rd

Declaration
protected RelationDefinitionTableInfo _rd
Field Value
Type Description
RelationDefinitionTableInfo

Properties

SqlType

SqlType

Declaration
public override SqlType SqlType { get; }
Property Value
Type Description
SqlType
Overrides
SqlCommand.SqlType

Methods

ToRelationsList()

ToRelationsList creates the RelationsList based on the information that is contained in its class.

Declaration
public RelationsList ToRelationsList()
Returns
Type Description
RelationsList

The RelationsList.

Operators

Implicit(RelationsList.RelationsListQuery to RelationsList)

Implicit operator. Will return a RelationsList based on the in-parameter.

Declaration
public static implicit operator RelationsList(RelationsList.RelationsListQuery q)
Parameters
Type Name Description
RelationsList.RelationsListQuery q

The query we want to build the RelationsList on.

Returns
Type Description
RelationsList

RelationsList based on the in-parameter.

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