EdmCastExpression(IEdmExpression, IEdmTypeReference) Constructor
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.
Initializes a new instance of the EdmCastExpression class.
public EdmCastExpression (Microsoft.OData.Edm.IEdmExpression operand, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.Edm.Vocabularies.EdmCastExpression : Microsoft.OData.Edm.IEdmExpression * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.Edm.Vocabularies.EdmCastExpression
Public Sub New (operand As IEdmExpression, type As IEdmTypeReference)
Parameters
- operand
- IEdmExpression
Expression for which the type is casted.
- type
- IEdmTypeReference
Type to cast.