azure-functions-sql-extension
azure-functions-sql-extension copied to clipboard
Feature request - [Column] attribute support
Hello,
I think it would be very useful to have basic mapping of entities columns though the System.ComponentModel.DataAnnotations.Schema.Column
attribute (or something like that). This would allow developers to maintain the naming of their objects properties consistent when database tables use different naming conventions.
Thank you!