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.
タイトルはかなり自明です。ICollectionの代わりにListを使用するために、EFで自動生成された部分クラスを使用したいと思います。
はい、そうです。私は何度もやったことがあります。生成に何か問題がありますか?
元:public virtual List<Property> Properties { get; set; }
public virtual List<Property> Properties { get; set; }
いいえ、List EF を返す .ToList() をヒットするとクエリでデータベースにヒットするため、最後に .ToList を呼び出す方が常に良いからです。