ObjectContextOptions.UseLegacyPreserveChangesBehavior Propiedad

Definición

Obtiene o establece un valor booleano que determina si se usará o no el comportamiento PreserveChanges heredado.

public:
 property bool UseLegacyPreserveChangesBehavior { bool get(); void set(bool value); };
public bool UseLegacyPreserveChangesBehavior { get; set; }
member this.UseLegacyPreserveChangesBehavior : bool with get, set
Public Property UseLegacyPreserveChangesBehavior As Boolean

Valor de propiedad

Es true si se debe usar el comportamiento PreserveChanges heredado; de lo contrario, es false.

Se aplica a