質問編集履歴
2
読みにくいのでタグを削除しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,15 +18,11 @@
|
|
18
18
|
|
19
19
|
・同時実行トークン列とテーブルを共有するすべてのエンティティをプロパティにマップする必要があります。
|
20
20
|
|
21
|
-
#all-entities-sharing-a-table-with-a-concurrency-token-column-have-to-map-it-to-a-property
|
22
|
-
|
23
21
|
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#all-entities-sharing-a-table-with-a-concurrency-token-column-have-to-map-it-to-a-property)
|
24
22
|
|
25
23
|
|
26
24
|
|
27
25
|
・マップされていない型から継承されたプロパティは、すべての派生型の 1 つの列にマップされるようになりました。
|
28
|
-
|
29
|
-
#inherited-properties-from-unmapped-types-are-now-mapped-to-a-single-column-for-all-derived-types
|
30
26
|
|
31
27
|
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#inherited-properties-from-unmapped-types-are-now-mapped-to-a-single-column-for-all-derived-types)
|
32
28
|
|
@@ -34,8 +30,6 @@
|
|
34
30
|
|
35
31
|
・遅延読み込みプロキシで、ナビゲーション プロパティが完全に読み込まれたと見なされなくなった。
|
36
32
|
|
37
|
-
#lazy-loading-proxies-no-longer-assume-navigation-properties-are-fully-loaded
|
38
|
-
|
39
33
|
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#lazy-loading-proxies-no-longer-assume-navigation-properties-are-fully-loaded)
|
40
34
|
|
41
35
|
|
1
確認したURLを追記しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,15 +16,27 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
・同時実行トークン列とテーブルを共有するすべてのエンティティをプロパティにマップする必要があります。
|
20
|
+
|
19
|
-
|
21
|
+
#all-entities-sharing-a-table-with-a-concurrency-token-column-have-to-map-it-to-a-property
|
22
|
+
|
23
|
+
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#all-entities-sharing-a-table-with-a-concurrency-token-column-have-to-map-it-to-a-property)
|
20
24
|
|
21
25
|
|
22
26
|
|
27
|
+
・マップされていない型から継承されたプロパティは、すべての派生型の 1 つの列にマップされるようになりました。
|
28
|
+
|
23
|
-
|
29
|
+
#inherited-properties-from-unmapped-types-are-now-mapped-to-a-single-column-for-all-derived-types
|
30
|
+
|
31
|
+
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#inherited-properties-from-unmapped-types-are-now-mapped-to-a-single-column-for-all-derived-types)
|
24
32
|
|
25
33
|
|
26
34
|
|
35
|
+
・遅延読み込みプロキシで、ナビゲーション プロパティが完全に読み込まれたと見なされなくなった。
|
36
|
+
|
27
|
-
|
37
|
+
#lazy-loading-proxies-no-longer-assume-navigation-properties-are-fully-loaded
|
38
|
+
|
39
|
+
(https://docs.microsoft.com/ja-jp/ef/core/what-is-new/ef-core-3.x/breaking-changes#lazy-loading-proxies-no-longer-assume-navigation-properties-are-fully-loaded)
|
28
40
|
|
29
41
|
|
30
42
|
|