I\'m having trouble with refreshing objects in my database. I have an two PC\'s and two applications.
On the first PC, there\'s an application which communicates with my
Another possibility is to use MergeOption to decide how you want to manage the objects in the context. For example MergeOption.OverwriteChanges
will overwrite the object context with values from the data source.
For more info see http://msdn.microsoft.com/en-us/library/system.data.objects.mergeoption.aspx