EdmExpressionEvaluator Class

Represents an EDM expression evaluator.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Edm.Evaluation.EdmExpressionEvaluator
    Microsoft.Data.Edm.Evaluation.EdmToClrEvaluator

Namespace:  Microsoft.Data.Edm.Evaluation
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Class EdmExpressionEvaluator
'Usage
Dim instance As EdmExpressionEvaluator
public class EdmExpressionEvaluator
public ref class EdmExpressionEvaluator
type EdmExpressionEvaluator =  class end
public class EdmExpressionEvaluator

The EdmExpressionEvaluator type exposes the following members.

Constructors

  Name Description
Public method EdmExpressionEvaluator(IDictionary<IEdmFunction, Func<array<IEdmValue[], IEdmValue>>)
Public method EdmExpressionEvaluator(IDictionary<IEdmFunction, Func<array<IEdmValue[], IEdmValue>>, Func<String, array<IEdmValue[], IEdmValue>)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Evaluate(IEdmExpression) Evaluates an expression with no value context.
Public method Evaluate(IEdmExpression, IEdmStructuredValue) Evaluates an expression in the context of a value.
Public method Evaluate(IEdmExpression, IEdmStructuredValue, IEdmTypeReference) Evaluates an expression in the context of a value and a target type.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Edm.Evaluation Namespace