Could you help me how can I mapping to any entity to db view?
Scenario is here, We create a view on db with native sql we have to do like this and we want to mapping this view to ours entity.
How can we do that? We try to create an entity with same columns on view but it doesn't work?