DEV Community

Discussion on: Multiple Result Sets for SQL-Server (C#) including Dapper

Collapse
 
shadowdancerlv profile image
Shadow DancerLV

Better off using a stored proc to send multiple resultsets

Collapse
 
karenpayneoregon profile image
Karen Payne

That is always an option. Have added a SP sample via Dapper.