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

Popular posts from this blog

Out of index C/C++ -

regex - PatternSyntaxException: while using String.ReplaceAll function in java? -

objective c - how Set autolayout for multiple dynamic buttons and labells in iOS? -