EdmToClrEvaluator Class

Represents an expression evaluator capable of producing CLR values.

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 EdmToClrEvaluator _
    Inherits EdmExpressionEvaluator
'Usage
Dim instance As EdmToClrEvaluator
public class EdmToClrEvaluator : EdmExpressionEvaluator
public ref class EdmToClrEvaluator : public EdmExpressionEvaluator
type EdmToClrEvaluator =  
    class 
        inherit EdmExpressionEvaluator 
    end
public class EdmToClrEvaluator extends EdmExpressionEvaluator

The EdmToClrEvaluator type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property EdmToClrConverter Gets or sets an instance of EdmToClrConverter that is used to produce CLR values during evaluation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Evaluate(IEdmExpression) Evaluates an expression with no value context. (Inherited from EdmExpressionEvaluator.)
Public method Evaluate(IEdmExpression, IEdmStructuredValue) Evaluates an expression in the context of a value. (Inherited from EdmExpressionEvaluator.)
Public method Evaluate(IEdmExpression, IEdmStructuredValue, IEdmTypeReference) Evaluates an expression in the context of a value and a target type. (Inherited from EdmExpressionEvaluator.)
Public method EvaluateToClrValue<T>(IEdmExpression) Evaluates an expression with no value context.
Public method EvaluateToClrValue<T>(IEdmExpression, IEdmStructuredValue) Evaluates an expression in the context of a value.
Public method EvaluateToClrValue<T>(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