ExpressionTypeChecker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of extension methods to assert that an expression is of the required type.
public static class ExpressionTypeChecker
type ExpressionTypeChecker = class
Public Module ExpressionTypeChecker
- Inheritance
-
ExpressionTypeChecker
Methods
TryCast(IEdmExpression, IEdmTypeReference, IEdmType, Boolean, IEnumerable<EdmError>) |
Determines if the type of an expression is compatible with the provided type |
TryCast(IEdmExpression, IEdmTypeReference, IEnumerable<EdmError>) |
Determines if the type of an expression is compatible with the provided type |