0
kicks
Using DataLoadOptions with LinqToSql
By default LINQTo SQL uses lazy loading. This post looks at using the DataLoadOptions class to get more control over the fetch process, including immediate loading using LoadWith() and filtering data using AssociateWith().