Jaa


ExpressionTypeChecker Class

Definition

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

Applies to