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 using the dynamic syntax, if parameter names aren't used, the exception isn't that helpful #56

Closed abe545 closed 8 years ago

abe545 commented 8 years ago

The exception is a contract post-condition exception when generating the parameters, but it should really throw immediately, with a friendly error message.