microsoft dynamics - CRM 2013 retrieve related entities using LINQ? -
I am retrieving account entities using code like this: -
< Code> var connection = CrmConnection .Parse (ConnectionString); (Var orgService = new organization service (connection)) using {var context = new MyOrganizationServiceContext (orgService); Var accounts = references AccountSet where (...); }None of the returned account relations is complete (understandable, because this can recover many figures), is there any way to request something Are relationships populated as either part of the LINQ query, or later (for example, by an entity-base)? Post text "itemprop =" text ">
You have some options here relevant MSDN article:
Comments
Post a Comment