关于[Working with views in Entity Framework Core 5]的摘要:
In SQL, a view is a virtual table based on the result-set of an SQL statement. They are typically used as read-only objects that are optimized to provide data for a given scenario. Entity Framework Core 5 can handle views and in this article, I’m going to show you how.
原文地址: http://www.michalbialecki.com/2020/09/09/working-with-views-in-entity-framework-core-5/