Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Evaluate(IEdmExpression) | Evaluates an expression with no value context. |
![]() |
Evaluate(IEdmExpression, IEdmStructuredValue) | Evaluates an expression in the context of a value. |
![]() |
Evaluate(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.