This documentation is archived and is not being maintained.

How to: Retrieve Many Objects At Once (LINQ to SQL)

You can retrieve many objects in one query by using LoadWith.

The following code uses the LoadWith method to retrieve both Customer and Order objects.

No code example is currently available or this language may not be supported.
Show: