Models a function which has a RelationalExpression as output.
Inheritance Hierarchy
Object | ||||
![]() | VisitableBase | |||
![]() | AlgebraicExpression | |||
![]() | RelationalExpression | |||
![]() | RelationFunction |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class RelationFunction : RelationalExpression
Members
All Members | Constructors | Methods | Properties | ||
Member | Description | |
---|---|---|
![]() | RelationFunction(String) |
Initializes a new instance of the RelationFunction class.
|
![]() | Equals(RelationFunction) |
Determines whether the specified RelationFunction is equal to the current RelationFunction.
|
![]() | Equals(RelationalExpression) |
Determines whether the specified RelationalExpression is equal to the current RelationFunction.
(Overrides RelationalExpression.Equals(RelationalExpression).) |
![]() | Name |
Gets the name of the function.
|