ODataModelBuilder.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 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.