回答編集履歴
2
追記
test
CHANGED
@@ -21,3 +21,11 @@
|
|
21
21
|
スキャフォールディング機能 (CORE)
|
22
22
|
|
23
23
|
[http://surferonwww.info/BlogEngine/post/2020/03/16/create-controller-and-view-in-aspnet-core-mvc-using-scaffolding.aspx](http://surferonwww.info/BlogEngine/post/2020/03/16/create-controller-and-view-in-aspnet-core-mvc-using-scaffolding.aspx)
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
【追記2】
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
今更ながらですが、参考にしているサイトを見たら EF Code First の話のようですね? それに ADO.NET Entity Data Model というのは話が変なのですが、一体何がしたいのですか?
|
1
追記
test
CHANGED
@@ -3,3 +3,21 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
.NET Framework 版を選択してください。Core では「ADO.NET Entity Data Model」から EDM を作るのはサポートされていません。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
**【追記】**
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
どうしても Core でなければならなくて、既存の DB からコンテキストクラスとエンティティクラスを作って使いたいということであれば、リバースエンジニアリンクという方法を使います。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
詳しくは以下の記事の「(1) リバースエンジニアリング」を見てください。
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
スキャフォールディング機能 (CORE)
|
22
|
+
|
23
|
+
[http://surferonwww.info/BlogEngine/post/2020/03/16/create-controller-and-view-in-aspnet-core-mvc-using-scaffolding.aspx](http://surferonwww.info/BlogEngine/post/2020/03/16/create-controller-and-view-in-aspnet-core-mvc-using-scaffolding.aspx)
|