This class models the Inner Join operation, which joins two relations and returns those
record matching a given condition.
Inheritance Hierarchy
Object | ||||
VisitableBase | ||||
AlgebraicExpression | ||||
RelationalExpression | ||||
CrossProduct |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public sealed class CrossProduct : RelationalExpression, IEquatable<CrossProduct>
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
CrossProduct(RelationalExpression, RelationalExpression) |
Initializes a new instance of the CrossProduct 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 CrossProduct.
(Overrides RelationalExpression.Equals(RelationalExpression).) | |
Equals(CrossProduct) |
Determines whether the specified CrossProduct is equal to the
current CrossProduct.
| |
GetHashCode()()()() |
Serves as a hash function for a CrossProduct object.
(Overrides RelationalExpression.GetHashCode()()()().) | |
LeftRelation |
Gets the left relation.
| |
RightRelation |
Gets the right relation.
|