Constant value in a relational predicate.
Inheritance Hierarchy
| Object | |||||
| VisitableBase | |||||
| AlgebraicExpression | |||||
| Scalar | |||||
| Constant | |||||
| Constant<(Of <(<'TValue>)>)> | |||||
Assembly: Epic.Query
Declaration Syntax
| C# |
[SerializableAttribute] public sealed class Constant<TValue> : Constant, IEquatable<Constant<TValue>>
Generic Template Parameters
- TValue
- Type of the value of the constant.
Members
| All Members | Constructors | Methods | Properties | ||
| Member | Description | |
|---|---|---|
| Constant<(Of <(<'TValue>)>)>(TValue) |
Initializes a new instance of the Constant<(Of <(<'TValue>)>)> class.
| |
| Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext) |
Accept the specified visitor and context.
(Overrides VisitableBase.Accept<(Of <<'(TResult>)>>)(IVisitor<(Of <<'(TResult>)>>), IVisitContext).) | |
| Equals(Constant<(Of <<'(TValue>)>>)) |
Determines whether the specified Constant<(Of <(<'TValue>)>)> is equal to the
current Constant<(Of <(<'TValue>)>)>.
| |
| Equals(Constant) |
Determines whether the specified Constant express
the same value of the current Constant<(Of <(<'TValue>)>)>.
(Overrides Constant.Equals(Constant).) | |
| GetHashCode()()()() |
Serves as a hash function for a Constant<(Of <(<'TValue>)>)> object.
(Overrides Scalar.GetHashCode()()()().) | |
| Value |
Gets the value of the constant.
|
