Base relation (in SQL database a table).
Inheritance Hierarchy
Object | ||||
![]() | VisitableBase | |||
![]() | AlgebraicExpression | |||
![]() | RelationalExpression | |||
![]() | BaseRelation |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public sealed class BaseRelation : RelationalExpression, IEquatable<BaseRelation>
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
![]() | BaseRelation(String) |
Initializes a new instance of the BaseRelation 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 BaseRelation.
(Overrides RelationalExpression.Equals(RelationalExpression).) |
![]() | Equals(BaseRelation) |
Determines whether the specified BaseRelation is equal to the current BaseRelation.
|
![]() | Name |
Gets the name of the relation.
|