Share via


EdmDirectValueAnnotationsManager.GetAnnotationValues Method

Definition

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[]
override this.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.

Implements

Applies to