IEdmDirectValueAnnotationsManager.GetAnnotationValues Method
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.
Retrieves a set of annotation values. For each requested value, returns null if no annotation with the given name exists for the given element.
public object[] GetAnnotationValues (System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> annotations);
abstract member GetAnnotationValues : seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> -> obj[]
Public Function GetAnnotationValues (annotations As IEnumerable(Of IEdmDirectValueAnnotationBinding)) As Object()
Parameters
- annotations
- IEnumerable<IEdmDirectValueAnnotationBinding>
The set of requested annotations
Returns
Object[]
Returns values that correspond to the provided annotations. A value is null if no annotation with the given name exists for the given element.