The database I'm working with was built using EF Code First. My boss wrote a View for it that gets a particular set of data that the client needs, now I'm supposed to implement this View in the website.
I've never worked with views so my question is a simple one... How can I run this view using EF?