Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -r508d720230c5f63bce7f95bddc3b7a04808d267d -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 508d720230c5f63bce7f95bddc3b7a04808d267d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) @@ -264,6 +264,11 @@ /// 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 . ///