WriteEdmx Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Outputs an EDMX artifact to the provided XmlWriter.
Namespace: Microsoft.Data.Edm.Csdl
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Shared Sub WriteEdmx ( _
model As IEdmModel, _
writer As XmlWriter, _
target As EdmxTarget _
)
'Usage
Dim model As IEdmModel
Dim writer As XmlWriter
Dim target As EdmxTarget
EdmxWriter.WriteEdmx(model, writer, target)
public static void WriteEdmx(
IEdmModel model,
XmlWriter writer,
EdmxTarget target
)
public:
static void WriteEdmx(
IEdmModel^ model,
XmlWriter^ writer,
EdmxTarget target
)
static member WriteEdmx :
model:IEdmModel *
writer:XmlWriter *
target:EdmxTarget -> unit
public static function WriteEdmx(
model : IEdmModel,
writer : XmlWriter,
target : EdmxTarget
)
Parameters
- model
Type: Microsoft.Data.Edm..::..IEdmModel
Model to be written.
- writer
Type: System.Xml..::..XmlWriter
XmlWriter the generated EDMX will be written to.
- target
Type: Microsoft.Data.Edm.Csdl..::..EdmxTarget
Target implementation of the EDMX being generated.