ExtensionMethods.GetAnnotationValue Method
Include Protected Members
Include Inherited Members
Gets an annotation value.
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 | |
---|---|---|
GetAnnotationValue<T>(IEdmModel, IEdmElement) | Gets an annotation value from an annotatable element. | |
GetAnnotationValue<T>(IEdmModel, IEdmElement, String, String) | Gets an annotation value corresponding to the given namespace and name provided. | |
GetAnnotationValue(IEdmModel, IEdmElement, String, String) | Gets an annotation value corresponding to the given namespace and name provided. |
Top