I have entity instance(north) NorthdatabaseEntity north = new NorthdatabaseEntity(). 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 ?

Member Avatar for LastMitch

@thechampp

ADO.NET Entity Data Model (Entity object)

Can you post your code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.