Union.
Inheritance Hierarchy
Object | ||||
![]() | VisitableBase | |||
![]() | AlgebraicExpression | |||
![]() | RelationalExpression | |||
![]() | Union |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public sealed class Union : RelationalExpression, IEquatable<Union>
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
![]() | Union(RelationalExpression, RelationalExpression) |
Initializes a new instance of the Union class.
|
![]() | Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) |
![]() | Equals(RelationalExpression) |
Determines whether the specified RelationalExpression is equal to the
current Union.
(Overrides RelationalExpression.Equals(RelationalExpression).) |
![]() | Equals(Union) |
Determines whether the specified Union is equal to the
current Union.
|
![]() | LeftRelation |
The left relation joined.
|
![]() | RightRelation |
The right relation joined.
|