ObjectContextOptions.UseLegacyPreserveChangesBehavior Property

 

Gets or sets a Boolean value that determines whether to use the legacy PreserveChanges behavior.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public bool UseLegacyPreserveChangesBehavior {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Boolean

true if the legacy PreserveChanges behavior should be used; otherwise, false.