MetadataController.GetMetadata Method ()
Generates the OData $metadata document.
Namespace: System.Web.OData
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public IEdmModel GetMetadata()
public:
IEdmModel^ GetMetadata()
member GetMetadata : unit -> IEdmModel
Public Function GetMetadata As IEdmModel
Return Value
Type: Microsoft.OData.Edm.IEdmModel
The IEdmModel representing $metadata.
See Also
MetadataController Class
System.Web.OData Namespace
Return to top