HasNoKey() is not present in EF Core 2.2. Please include updated information on reading data from tables/Views with No Keys!
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
@MCcoder52 We'll look into this, but please note that EF Core 2.2 is now out-of-support
EF Core 2.2 used query types for this:
C#
modelBuilder.Query<BlogPostsCount>().ToView("View_BlogPostCounts")