linq to sql loadwith vs associatewith
- by stackoverflowuser
what is the difference between loadwith and associatewith. From the articles i read it seems that loadwith is used to load addition data (eg all orders for the customers). While AssociateWith is used to filter data.
Is that a correct understanding? Also it will be nice if someone can explain this with an example based explanation.