ODataUtils.LoadODataAnnotations Method
Include Protected Members
Include Inherited Members
Loads the supported, OData-specific serializable annotations into their in-memory representations.
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 | |
---|---|---|
LoadODataAnnotations(IEdmModel) | Loads the supported, OData-specific serializable annotations into their in-memory representations. | |
LoadODataAnnotations(IEdmModel, IEdmEntityType) | Loads the supported, OData-specific serializable annotations into their in-memory representations. | |
LoadODataAnnotations(IEdmModel, Int32) | Loads the supported, OData-specific serializable annotations into their in-memory representations. | |
LoadODataAnnotations(IEdmModel, IEdmEntityType, Int32) | Loads the supported, OData-specific serializable annotations into their in-memory representations. |
Top