EdmxWriter.WriteEdmx 方法 (DbModel, XmlWriter)

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

将给定的 DbModel 表示的实体数据模型以 EDMX 形式写入给定编写器。

命名空间:  System.Data.Entity.Infrastructure
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public Shared Sub WriteEdmx ( _
    model As DbModel, _
    writer As XmlWriter _
)
用法
Dim model As DbModel 
Dim writer As XmlWriter 

EdmxWriter.WriteEdmx(model, writer)
public static void WriteEdmx(
    DbModel model,
    XmlWriter writer
)
public:
static void WriteEdmx(
    DbModel^ model, 
    XmlWriter^ writer
)
static member WriteEdmx : 
        model:DbModel * 
        writer:XmlWriter -> unit
public static function WriteEdmx(
    model : DbModel, 
    writer : XmlWriter
)

参数

请参阅

参考

EdmxWriter 类

WriteEdmx 重载

System.Data.Entity.Infrastructure 命名空间