EntityFramework4.0に関する次のような記事を読んでいます。
"The model's context menu has an option to 'Generate Database Script from
Model'. When you select this option you'll find that you do need to point
to an existing database. The script won't create the database itself,
just the schema, which means that you'll need to create the database yourself
in advance."
EF 4.0デザイナが既存のデータベースを破壊するSQLを生成する場合、なぜ既存のデータベースが最初に必要になるのですか?
ありがとう、
スコット