0
Field name in ef core
how to get column name from fieldname using ef core version 6 in c# visual studio 2022 with postgres database
1 Respuesta
+ 3
You can use ef core metadata to get the column name from the field name.
Check this: https://stackoverflow.com/questions/39685271/getting-metadata-in-ef-core-table-and-column-mappings