Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalBaseRelation

BaseRelation
Base relation (in SQL database a table).
Inheritance Hierarchy

Assembly: Epic.Query

Declaration Syntax
C#
[SerializableAttribute]
public sealed class BaseRelation : RelationalExpression, 
	IEquatable<BaseRelation>
Members
All MembersConstructorsMethodsProperties  



MemberDescription
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.
blog comments powered by Disqus