Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 -rc2bf0666539fa1a781c6d5d633ac292fa4fe2bd4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision c2bf0666539fa1a781c6d5d633ac292fa4fe2bd4) @@ -264,11 +264,6 @@ /// DbSet ProbabilisticOutputEntities { get; } - /// - /// Gets or sets a value indicating whether automatic change detection is enabled or not. - /// - bool AutoDetectChangesEnabled { get; set; } - /// /// Persists all updates to the database and resets change tracking in the object context, see . ///