Share via


IEdmDirectValueAnnotationsManager.SetAnnotationValues Method

Definition

Sets a set of annotation values. If a supplied value is null, no annotation is added and an existing annotation with the same name is removed.

public void SetAnnotationValues (System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> annotations);
abstract member SetAnnotationValues : seq<Microsoft.OData.Edm.Vocabularies.IEdmDirectValueAnnotationBinding> -> unit
Public Sub SetAnnotationValues (annotations As IEnumerable(Of IEdmDirectValueAnnotationBinding))

Parameters

annotations
IEnumerable<IEdmDirectValueAnnotationBinding>

The annotations to set

Applies to