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
Top
Properties
Name | Description | |
---|---|---|
EdmToClrConverter | Gets or sets an instance of EdmToClrConverter that is used to produce CLR values during evaluation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Evaluate(IEdmExpression) | Evaluates an expression with no value context. (Inherited from EdmExpressionEvaluator.) | |
Evaluate(IEdmExpression, IEdmStructuredValue) | Evaluates an expression in the context of a value. (Inherited from EdmExpressionEvaluator.) | |
Evaluate(IEdmExpression, IEdmStructuredValue, IEdmTypeReference) | Evaluates an expression in the context of a value and a target type. (Inherited from EdmExpressionEvaluator.) | |
EvaluateToClrValue<T>(IEdmExpression) | Evaluates an expression with no value context. | |
EvaluateToClrValue<T>(IEdmExpression, IEdmStructuredValue) | Evaluates an expression in the context of a value. | |
EvaluateToClrValue<T>(IEdmExpression, IEdmStructuredValue, IEdmTypeReference) | Evaluates an expression in the context of a value and a target type. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.