Fixed issue with empty sqldatarecord list as a table valued parameter. (#900)
System.ArgumentException is thrown when passing empty SqlDataRecord list as an anonymous object or as table-valued parameter to Dapper. Added two unit tests.
Showing
Please register or sign in to comment