Sorry this is quite a vague question. Been trying to find information on using a View with Entity Framework 4. Want to use it as a read only view, no interested in inserting/updating/deleting... Would just like to use a POCO with a view...
[Update]
Thanks to the responders. Zeeshan, actually reading your book currently.
I can add a view via the "Update Model from Database" menu item and works great. Just need to figure out how to setup the associations now...