How to return SqlMapper.GridReader object from a function in C#.
I'm using the method QueryMultiple to return multiple results using Dapper framework. But if I try to return the SqlMapper.GridReader it is throwing the exception
How to return SqlMapper.GridReader object from a function in C#.
I'm using the method QueryMultiple to return multiple results using Dapper framework. But if I try to return the SqlMapper.GridReader it is throwing the exception
Comments
Post a Comment