Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates the OData $metadata document.
Namespace: System.Web.Http.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public IEdmModel GetMetadata()
public:
IEdmModel^ GetMetadata()
member GetMetadata : unit -> IEdmModel
Public Function GetMetadata As IEdmModel
Return Value
Type: Microsoft.Data.Edm.IEdmModel
The IEdmModel representing $metadata.
See Also
ODataMetadataController Class
System.Web.Http.OData Namespace
Return to top