function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ChrisGountanisChrisGountanis 

Advanced SOQL Query and reading the Results How To?

I noticed you can do a query on single tables like Case or Contact and return the query restults for use in your code. THe problem I see, which makes development annoying, is that you can't do an advanced query and return the results. For example a join on Contact to Cases and be able to show the one to many results in your .NET code. WHy is it you have ot run a single query on Contact then loop and do another query on Cases? I am used to SQL and ADO so I am sure you know where I am coming from.
SuperfellSuperfell
Umm, you can, see the SOQL-R docs
http://www.salesforce.com/us/developer/docs/api/index_CSH.htm#sforce_api_calls_soql_relationships.htm