IDfCollection becoming null randomly
Hi All, I am using an autoactivity in which the method at the backend hits the database and fires queries at it.I am using IDfQuery and IDfCOllection objects for this .I am using the normal procedure where we create an IDfquery object,a session and then a collection to get the results. IDfQuery tQuery = new DfQuery();…