Skip to content

Commit

Permalink
Re-write cascade delete documentation
Browse files Browse the repository at this point in the history
Fixes #2906
Fixes #828
Fixes #473
  • Loading branch information
ajcvickers committed Jan 12, 2021
1 parent ff8703f commit 81fd9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/core/CascadeDeletes/IntroOptionalSamples.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static void Severing_a_relationship_2b()
Helpers.RecreateCleanDatabase();
Helpers.PopulateDatabase();

#region Severing_a_relationship_1b
#region Severing_a_relationship_2b
using var context = new BlogsContext();

var blog = context.Blogs.OrderBy(e => e.Name).Include(e => e.Posts).First();
Expand Down

0 comments on commit 81fd9ab

Please sign in to comment.