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

Add global data transformers #21

Closed abe545 closed 9 years ago

abe545 commented 9 years ago

This is especially useful with the dynamic syntax. In my use cases, I especially want to trim all strings, and intern them. This is annoying to do with attributes on every string, and the transformers are annoying to pass in the dynamic syntax.