Using LINQ with Views

Posts   
 
    
vivek
User
Posts: 45
Joined: 06-Sep-2012
# Posted on: 16-Oct-2012 09:15:01   

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?

Walaa avatar
Walaa
Support Team
Posts: 14995
Joined: 21-Aug-2005
# Posted on: 16-Oct-2012 16:51:22   

You can map views to entities, in the designer. This should take care of it.