Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Lazy Loading Virtual 属性を使用せずに接続する方法はありますか? コード分析では VIRTUAL を使用できず、SUPPRESS を割り当てません。
誰でもこれで私を助けることができますか?ありがとうございました。
Entity Framework の遅延読み込みは、型から派生し、それらの仮想プロパティをオーバーライドする動的プロキシ型のインスタンスを作成することによって機能します。したがって、すぐに使用できる遅延読み込みでは、これらのプロパティが仮想である必要があります。