Question

Does the query helper have the ability to return multiple datasets from a stored procedure? I've checked around online and have not found much info on the query helper. Is this a task for straight ADO instead?

Was it helpful?

Solution

You will have to use straight ADO.NET for this. The WebMatrix.Data.Database class offers no support for multiple resultsets.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top