CsdlWriter(IEdmModel, Version) Constructor
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.
Initializes a new instance of CsdlWriter class.
protected CsdlWriter (Microsoft.OData.Edm.IEdmModel model, Version edmxVersion);
new Microsoft.OData.Edm.Csdl.CsdlWriter : Microsoft.OData.Edm.IEdmModel * Version -> Microsoft.OData.Edm.Csdl.CsdlWriter
Protected Sub New (model As IEdmModel, edmxVersion As Version)
Parameters
- model
- IEdmModel
The Edm model.
- edmxVersion
- Version
The Edmx version.