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

Allow Enums to be sent in a TVP as a string or a numeric value #41

Open abe545 opened 9 years ago

abe545 commented 9 years ago

Right now, only the numeric value is working.

abe545 commented 8 years ago

As of 2.2.5-pre3, since #65 was fixed, they will be sent as strings by default. It would still be nice to be able to control this behavior.