Class EqServiceProviderDb. Provides basic functionality for building EasyQuery service to process AJAX requests from EasyQuery JavaScript widgets. Can be used to create MVC controller, WebService class or WebAPI controller
Gets the result set by the query and some context (e.g. DbContext) object. This method generates LINQ query, executes it over specified context and returns the result as DataSet.
Gets the result set by the query (represented by some IDictionary object) and some context (e.g. DbContext) object. This method generates LINQ query, executes it over specified context and returns the result as DataSet.