How can I use an extension method instead of defining column name?
In EF Core, when I get data from the database, I select columns to get specific data. When I use following code, everything is ok:
How Can I Use Extension Method Instead of Defining Column Name?
in EF core when I get data from database, I select column to get specific column data. but when I use following codes everything is ok: