Field name in ef core | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

16th May 2024, 12:18 PM
Jai
1 Resposta
+ 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
16th May 2024, 3:27 PM
`Š½Ń‚Ń‚į‹Øā“ā°ā¶
`Š½Ń‚Ń‚į‹Øā“ā°ā¶ - avatar