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.
大量の子エンティティに関連付けられている親エンティティがあります。
linq to sql で、残りの子を接続せずに親エンティティのみを取得する方法はありますか?
LINQ to SQL では、既定で遅延読み込みが使用されます。子コレクションを反復処理しない限り、子コレクションは読み込まれません。
遅延読み込みをオフにするにはDataContext.DeferredLoadingEnabled、false に設定します。
DataContext.DeferredLoadingEnabled