I have a database which holds views, and in my old pre-Core app, I relied on it heavily to retrieve information.
However, with EF 7 - using dnx ef dbcontext scaffold "Data Source=myServerName; Initial Catalog=myDatabaseName; Integrated Security=True" EntityFramework.SqlServer only scaffolds/allows me to use tables. Is there anyway I can access my view data with EF 7?