linq to sql loadwith vs associatewith
        Posted  
        
            by stackoverflowuser
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stackoverflowuser
        
        
        
        Published on 2010-05-22T16:17:07Z
        Indexed on 
            2010/05/22
            16:20 UTC
        
        
        Read the original article
        Hit count: 339
        
c#
|linq-to-sql
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.
© Stack Overflow or respective owner