ODataModelBuilder.GetEdmModel Method ()
Creates and returns a IEdmModel based on the configuration performed using this builder.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual IEdmModel GetEdmModel()
public:
virtual IEdmModel^ GetEdmModel()
abstract GetEdmModel : unit -> IEdmModel
override GetEdmModel : unit -> IEdmModel
Public Overridable Function GetEdmModel As IEdmModel
Return Value
Type: Microsoft.Data.Edm.IEdmModel
The model that was built.
See Also
ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace
Return to top