I am working on a C# project that includes a MySQL database and EntityFramework layer. I am working with Code First. (This is because i work with xamarin/mono. There is no visual designer).
I want to create some mysql views (for performance reasons). How should i do to create the view ? I've created all views in mysql but is there a way to "describe" this view in a C# class, in order to make it work with Entity Framework ?