Skip to content

Commit

Permalink
Update BulkOperationPatchHandlersEF.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sreejithpin committed Oct 8, 2021
1 parent 456b024 commit 82918ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ protected override void OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuild
modelBuilder.Entity<Employee>().Ignore(c => c.NewFriends);
modelBuilder.Entity<Employee>().Ignore(c => c.UnTypedFriends);
modelBuilder.Entity<Employee>().Ignore(c => c.InstanceAnnotations);
modelBuilder.Entity<Employee>().Ignore(c => c.FavoriteSports);

modelBuilder.Entity<NewFriend>().Ignore(c => c.InstanceAnnotations);
modelBuilder.Entity<UnTypedFriend>().Ignore(c => c.InstanceAnnotations);
Expand Down

0 comments on commit 82918ec

Please sign in to comment.