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