How map objects to a view with EF 4 code first?

Viewed 20780

How can you map an entity to a database view with EF 4 code first?

Is there a way to do this by deriving from the EntityConfiguration classes?

1 Answers
Related