Is there a way i can use LINQMetaData class with Views?
Whenever i try to do this From c in meta.(ViewName), Instead of showing me all SQLObjects, it just displays me Entities? Is that what it only supports?
You can map views to entities, in the designer. This should take care of it.