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

Added missing checks on a lot of reflection #47

Closed abe545 closed 9 years ago

abe545 commented 9 years ago

Fixes #43 Fixes bug when parsing input parameters (set only properties would throw). Fixes bugs in HierarchicalRowFactory when trying to construct nested mapped interfaces