Hi there:
I'm using VS2012.
I'm creating a DBContext using ADO NET Entity Data Model, generated from a SQL Server Database.
I'm trying to load data into my DBSet<Entities>:
As you can see, my DBSet<Entities> don't have the Load method, so I'm unable to load data into it.
What could I be doing wrong?
Rafael
Believe you can do it, and you will!!