ADO.NET Entity Data Model (Entity object)

TunnelOfMath

New Member
I have entity instance(north) \[code\]NorthdatabaseEntity north = new NorthdatabaseEntity()\[/code\]The problem is that i don't have access to ObjectContext methods. I tried to call them with object "north" but i didn't found the method "AddObject" or any other from ObjectContext.I thought that any entity object has all methods from ObjectContext class.Where is the problem here?
 
Back
Top