IEdmTypeAnnotation.PropertyValueBindings Property
Gets the value annotations for the properties of the type.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property PropertyValueBindings As IEnumerable(Of IEdmPropertyValueBinding)
Get
'Usage
Dim instance As IEdmTypeAnnotation
Dim value As IEnumerable(Of IEdmPropertyValueBinding)
value = instance.PropertyValueBindings
IEnumerable<IEdmPropertyValueBinding> PropertyValueBindings { get; }
property IEnumerable<IEdmPropertyValueBinding^>^ PropertyValueBindings {
IEnumerable<IEdmPropertyValueBinding^>^ get ();
}
abstract PropertyValueBindings : IEnumerable<IEdmPropertyValueBinding>
function get PropertyValueBindings () : IEnumerable<IEdmPropertyValueBinding>
Property Value
Type: System.Collections.Generic.IEnumerable<IEdmPropertyValueBinding>