IEdmDirectValueAnnotationsManager.SetAnnotationValues 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.
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