Share via


ODataModelBuilder.GetEdmModel Method

Definition

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

public virtual Microsoft.OData.Edm.IEdmModel GetEdmModel ();
abstract member GetEdmModel : unit -> Microsoft.OData.Edm.IEdmModel
override this.GetEdmModel : unit -> Microsoft.OData.Edm.IEdmModel
Public Overridable Function GetEdmModel () As IEdmModel

Returns

The model that was built.

Applies to