I created a new entity myself in EF 6 and I'm getting
Error 3027: No mapping specified for the following EntitySet/AssociationSet
How do I get rid of it?
I am trying to create a new entity and map a stored procedure to it. The stored procedure has temp tables in it. I want to be able to call that stored procedure and move the resultset to a list.