SerializationExtensionMethods.SetEdmxVersion(IEdmModel, Version) 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.
Sets a value of EDMX version attribute of the model
.
public static void SetEdmxVersion (this Microsoft.OData.Edm.IEdmModel model, Version version);
static member SetEdmxVersion : Microsoft.OData.Edm.IEdmModel * Version -> unit
<Extension()>
Public Sub SetEdmxVersion (model As IEdmModel, version As Version)
Parameters
- model
- IEdmModel
The model the version should be set for.
- version
- Version
The version.