C# Class MvcApi.OData.ODataHttpRequestMessageExtensions

ファイルを表示 Open project: dax70/MvcApi

Public Methods

Method Description
GetEdmModel ( this request ) : IEdmModel

Retrieves the EDM model associated with the request.

Method Details

GetEdmModel() public static method

Retrieves the EDM model associated with the request.
public static GetEdmModel ( this request ) : IEdmModel
request this The request.
return IEdmModel