EdmPropertyValueBinding(IEdmProperty, IEdmExpression) 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 EdmPropertyValueBinding class.
public EdmPropertyValueBinding (Microsoft.OData.Edm.IEdmProperty boundProperty, Microsoft.OData.Edm.IEdmExpression value);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyValueBinding : Microsoft.OData.Edm.IEdmProperty * Microsoft.OData.Edm.IEdmExpression -> Microsoft.OData.Edm.Vocabularies.EdmPropertyValueBinding
Public Sub New (boundProperty As IEdmProperty, value As IEdmExpression)
Parameters
- boundProperty
- IEdmProperty
Property that is given a value by the annotation.
- value
- IEdmExpression
Expression producing the value of the annotation.