Constant value in a relational predicate.
Inheritance Hierarchy
Object | |||||
![]() | VisitableBase | ||||
![]() | AlgebraicExpression | ||||
![]() | Scalar | ||||
![]() | Constant | ||||
![]() | Constant<(Of <(<'TValue>)>)> |
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class Constant : Scalar, IEquatable<Constant>
Remarks
This abstract class cannot be inherited on its own: you must derive Constant<(Of <(<'TValue>)>)>.
Members
All Members | Methods | ||||
Member | Description | |
---|---|---|
![]() | Equals(Constant) |
Determines whether the specified Constant is equal to the current Constant.
|
![]() | Equals(Scalar) |
Determines whether the specified Scalar is equal to the current Constant.
(Overrides Scalar.Equals(Scalar).) |