Share via


EdmPropertyValueBinding Constructor

Initializes a new instance of the EdmPropertyValueBinding class.

Namespace:  Microsoft.Data.Edm.Library.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub New ( _
    boundProperty As IEdmProperty, _
    value As IEdmExpression _
)
'Usage
Dim boundProperty As IEdmProperty 
Dim value As IEdmExpression 

Dim instance As New EdmPropertyValueBinding(boundProperty, _
    value)
public EdmPropertyValueBinding(
    IEdmProperty boundProperty,
    IEdmExpression value
)
public:
EdmPropertyValueBinding(
    IEdmProperty^ boundProperty, 
    IEdmExpression^ value
)
new : 
        boundProperty:IEdmProperty * 
        value:IEdmExpression -> EdmPropertyValueBinding
public function EdmPropertyValueBinding(
    boundProperty : IEdmProperty, 
    value : IEdmExpression
)

Parameters

See Also

Reference

EdmPropertyValueBinding Class

Microsoft.Data.Edm.Library.Annotations Namespace