I have a fetchXml using which i need to get an EntityCollection. When i googled i got results which are using a particular service class object as follows
FetchExpression fetch = new FetchExpression(fetchXml);
EntityCollection quickFindViewEntityCollection = _service.RetrieveMultiple(fetch);
I want to know to which class does this _service object belongs to. Can somebody give me the full details of this class.