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