abe545 / CodeOnlyStoredProcedures

A library for easily calling Stored Procedures in .NET using only code (no xml or gui).
MIT License
4 stars 3 forks source link

When a hierarchical result set is returned empty, an exception is thrown #82

Closed abe545 closed 7 years ago

abe545 commented 8 years ago

It shouldn't be an error if no results are returned, so long as the result set is returned.

abe545 commented 8 years ago

I'm unable to reproduce this...