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

Both WithInputOutputParameter and WithOutputParameter do not infer the db type based on the type argument #63

Closed abe545 closed 8 years ago

abe545 commented 8 years ago

This was previously fixed for WithInputParameter in #52