Field name in ef core | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
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 ответ
+ 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