DataLoadOptions.LoadWith Method
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Namespace:
System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
| Name | Description | |
|---|---|---|
![]() | LoadWith(LambdaExpression) | Retrieves specified data related to the main target by using a lambda expression. |
![]() | LoadWith<T>(Expression<Func<T, Object>>) | Specifies which sub-objects to retrieve when a query is submitted for an object of type T. |
Show:

