- Delay in initial retrieving of xml data using XRM
- <fetch mapping='logical'> <entity name='de_municipality'> <order attribute='de_name' ascending='true' /> <attribute name='de_municipalityid'/> <attribute name='de_name'/> </entity> </fetch>"
- ResultsXml = dc.UsingService(service => (string)service.Fetch(oFetchXml.InnerXml));