when adding a view to my entity framework, is there such a thing as a model without a map? How do I specify primary key property for a view in a map?
I am just trying to add a view to my entity framework so I can do a simple select from a table to populate a ddl.