Does anyone know how to change the mapped db table for an entity in EF4 (entity framework 4)?
Later edit: I think i\'ve found the place where the table names are def
Because I created my database first, I did the following:
Note: Whether all these steps above are needed I don't know, it's just what I tried and it worked for me.