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

See Also

Reference

EdmxWriter Class

Microsoft.Data.Edm.Csdl Namespace