ExpressionTypeChecker.TryAssertType Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TryAssertType(IEdmExpression, IEdmTypeReference, IEnumerable<EdmError>%) | Determines if the type of an expression is compatible with the provided type. | |
TryAssertType(IEdmExpression, IEdmTypeReference, IEdmType, Boolean, IEnumerable<EdmError>%) | Determines if the type of an expression is compatible with the provided type |
Top