Closed m2017atTR closed 7 years ago
I'm not sure that is possible with our current generic repositories. You could try it, following the conventions that EF core prescribes (more info here: https://docs.microsoft.com/en-us/ef/core/modeling/inheritance and here : https://docs.microsoft.com/en-us/ef/core/modeling/relational/inheritance). If it doesn't work, you'll have to write your own repository for it, inheriting from RepositoryBase.
and Is that possible to query myHomeFurnitureEntity and myOfficeFurnitureEntity as myFurnitureBase or how to create generic repository/pager dynamically
I want to show a page that wil list with category,
thanks.