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
System.Object
RelationsList.RelationsListQuery
Assembly: SoDataBase.dll
Syntax
public abstract class RelationsListQuery : TableExpression
Fields
_a
Declaration
protected AssociateTableInfo _a
Field Value
_c1
Declaration
protected ContactTableInfo _c1
Field Value
_c2
Declaration
protected ContactTableInfo _c2
Field Value
Declaration
Field Value
Type |
Description |
System.Int32 |
|
_p1
Declaration
protected PersonTableInfo _p1
Field Value
_p2
Declaration
protected PersonTableInfo _p2
Field Value
_param_p1first
Declaration
protected Parameter _param_p1first
Field Value
_param_p1Id
Declaration
protected Parameter _param_p1Id
Field Value
_param_p1last
Declaration
protected Parameter _param_p1last
Field Value
_param_p2first
Declaration
protected Parameter _param_p2first
Field Value
_param_p2Id
Declaration
protected Parameter _param_p2Id
Field Value
_param_p2last
Declaration
protected Parameter _param_p2last
Field Value
_r
Declaration
protected RelationsTableInfo _r
Field Value
_rd
Declaration
protected RelationDefinitionTableInfo _rd
Field Value
Properties
SqlType
Declaration
public override SqlType SqlType { get; }
Property Value
Overrides
Methods
ToRelationsList()
ToRelationsList creates the RelationsList based on the information that is contained
in its class.
Declaration
public RelationsList ToRelationsList()
Returns
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
Returns
Type |
Description |
RelationsList |
RelationsList based on the in-parameter.
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)