EdmModel.AddVocabularyAnnotation(IEdmVocabularyAnnotation) 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.
Adds a vocabulary annotation to this model.
public void AddVocabularyAnnotation (Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation annotation);
member this.AddVocabularyAnnotation : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation -> unit
Public Sub AddVocabularyAnnotation (annotation As IEdmVocabularyAnnotation)
Parameters
- annotation
- IEdmVocabularyAnnotation
The annotation to be added.