SerializationExtensionMethods.GetEdmxVersion(IEdmModel) Method

Definition

Gets the value for the EDMX version of the model.

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

Parameters

model
IEdmModel

Model the version has been set for.

Returns

The version.

Applies to