SerializationExtensionMethods.GetEdmxVersion(IEdmModel) Method
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 EDMX version of the model
.
C#
public static Version GetEdmxVersion (this Microsoft.OData.Edm.IEdmModel model);
static member GetEdmxVersion : Microsoft.OData.Edm.IEdmModel -> Version
<Extension()>
Public Function GetEdmxVersion (model As IEdmModel) As Version
- model
- IEdmModel
Model the version has been set for.
The version.
Product | Versions |
---|---|
OData EDM | 7.0 |