ODataConventionModelBuilder.GetEdmModel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.