After working with numerous stored procedures via a WCF service, I decided to take the more generic approach of passing the service a query from the web client [Note: I also have many functions being executed via the web service that call stored procedures on the backend.]After working with numerous stored procedures v