ODataConventionModelBuilder.GetEdmModel Method

Definition

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

public override Microsoft.OData.Edm.IEdmModel GetEdmModel ();
override this.GetEdmModel : unit -> Microsoft.OData.Edm.IEdmModel
Public Overrides Function GetEdmModel () As IEdmModel

Returns

The model that was built.

Applies to