Community

Query Types in Entity Framework Core

(Mike Brind) In previous versions of Entity Framework, it is possible to return a subset of the columns of a table by projecting to a non-entity type. Up until version 2.1 there was no way to return non-entity types from queries in Entity Framework Core.