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(params Select[])
TableExpression.TableExp
TableExpression.TableExpOrderBy
SqlCommand.Origin
SqlCommand.AdditionalInfo
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 RelationsList.RelationsListQuery : TableExpression

Fields

_a

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

Declaration
protected AssociateTableInfo _a
Field Value
Type Description
AssociateTableInfo

_c1

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

Declaration
protected ContactTableInfo _c1
Field Value
Type Description
ContactTableInfo

_c2

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

Declaration
protected ContactTableInfo _c2
Field Value
Type Description
ContactTableInfo

_contactid

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

Declaration
protected int _contactid
Field Value
Type Description
int

_p1

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

Declaration
protected PersonTableInfo _p1
Field Value
Type Description
PersonTableInfo

_p2

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

Declaration
protected PersonTableInfo _p2
Field Value
Type Description
PersonTableInfo

_param_p1Id

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

Declaration
protected Parameter _param_p1Id
Field Value
Type Description
Parameter

_param_p1first

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

Declaration
protected Parameter _param_p1first
Field Value
Type Description
Parameter

_param_p1last

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

Declaration
protected Parameter _param_p1last
Field Value
Type Description
Parameter

_param_p2Id

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

Declaration
protected Parameter _param_p2Id
Field Value
Type Description
Parameter

_param_p2first

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

Declaration
protected Parameter _param_p2first
Field Value
Type Description
Parameter

_param_p2last

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

Declaration
protected Parameter _param_p2last
Field Value
Type Description
Parameter

_r

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

Declaration
protected RelationsTableInfo _r
Field Value
Type Description
RelationsTableInfo

_rd

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

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

ToRelationsListAsync(CancellationToken)

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

Declaration
public Task<RelationsList> ToRelationsListAsync(CancellationToken cancellationToken = default)
Parameters
Type Name Description
CancellationToken cancellationToken
Returns
Type Description
Task<RelationsList>

The RelationsList.

Extension Methods

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