开发者

create xsd from db model

开发者 https://www.devze.com 2023-02-16 19:29 出处:网络
hi quick question? what is the easiest way to generate an xsd schema file from a database model/design? is it possible to create it fr开发者_运维技巧om the .edmx file in Entity framework somehow?Just

hi quick question? what is the easiest way to generate an xsd schema file from a database model/design? is it possible to create it fr开发者_运维技巧om the .edmx file in Entity framework somehow?


Just use xsd.exe with your assembly containing the edmx as a parameter. You might want to specify type:/ switch to narrow the output to just the necessary classes.

0

精彩评论

暂无评论...
验证码 换一张
取 消