ExtensionMethods.GetEdmVersion(IEdmModel) 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.
Gets the value for the EDM version of the model
.
public static Version GetEdmVersion (this Microsoft.OData.Edm.IEdmModel model);
static member GetEdmVersion : Microsoft.OData.Edm.IEdmModel -> Version
<Extension()>
Public Function GetEdmVersion (model As IEdmModel) As Version
Parameters
- model
- IEdmModel
Model the version has been set for.
Returns
The version.