Relative Content

Tag Archive for c#ef-core-3.1

how to expression a EF core query?

How to query database with EF core in expression way?
I’d like to build a dynamic query according to metadata, and query/edit data in dynamic, probably it could be with expression way, how could I make it?