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
Inherited Members
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
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 operator RelationsList(RelationsListQuery)
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. |