EdmEvaluator Class

Represents the expression evaluator.

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Edm.Evaluation..::..EdmEvaluator
    Microsoft.Data.Edm.Evaluation..::..EdmToClrEvaluator

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

Syntax

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

The EdmEvaluator type exposes the following members.

Constructors

  Name Description
Public method EdmEvaluator(IDictionary< (Of < <' (IEdmFunction, Func< (Of < ( <'T, TResult> ) > ) >> ) > > )) Initializes a new instance of the EdmEvaluator class.
Public method EdmEvaluator(IDictionary< (Of < <' (IEdmFunction, Func< (Of < ( <'T, TResult> ) > ) >> ) > > ), Boolean) Initializes a new instance of the EdmEvaluator class.

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, IEdmValue) Evaluates an expression in the context of a value.
Public method Evaluate(IEdmExpression, IEdmValue, 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