ExtensionMethods.SetAnnotationValue Method
Include Protected Members
Include Inherited Members
Sets the annotation value of an element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
SetAnnotationValue<T>(IEdmModel, IEdmElement, T) | Sets an annotation value on an annotatable element. | |
SetAnnotationValue(IEdmModel, IEdmElement, String, String, Object) | Sets an annotation value for an EDM element. If the value is null, no annotation is added and an existing annotation with the same name is removed. |
Top