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.
精彩评论