Get item from entity framework by ID

Viewed 27348

Simple question. I have entity Customer in my edmx model. I need to get the customer with Id = 20 in c#. How do I do that?

3 Answers
Related