Share via


ODataModelBuilder.GetEdmModel Method ()

 

Creates a IEdmModel based on the configuration performed using this builder.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.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.OData.Edm.IEdmModel

The model that was built.

See Also

ODataModelBuilder Class
System.Web.OData.Builder Namespace

Return to top