You can create a VIEW in SSDL. That is, not a database view, but an Entity Framework view.
Take a look at the documentation for DefiningQuery . DefiningQueries have their own SQL body, like a database view, but you do not need a view in the database.
Entity readonly, ( SSDL) " ModificationFunction" ( MSL), Read-Write Entity.
, SSDL, , XML.
SSDL - , , , , , , procs.
, CommandText SSDL SSDL (, SQL).
, , .
, .
, ( , , ).
Alex ( Entity Framework)