zzzprojects / EntityFrameworkExtras

EntityFrameworkExtras provides some useful additions to EntityFramework such as executing Stored Procedures with User-Defined Table Types and Output Parameters.
https://entityframework-extras.net/
MIT License
80 stars 40 forks source link

Another enforcement is to have all members as properties. Shouldn't this be extended to support declared fields #21

Closed gl2007 closed 4 years ago

gl2007 commented 7 years ago

The column information is pulled from declared properties. I debugged this for over 2 hours to figure this out.

May this can be extended to support declared fields as well?