Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdj committed Apr 24, 2024
1 parent 73598a9 commit 6611f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ using (var transaction = context.Database.BeginTransaction())
transaction.Commit();
}

// Option 2 using Graph (only for SQL Server)
// Option 2 using Graph (only for SQL Server and only for simple relationship parent-child)
// - all entities in relationship with main ones in list are BulkInsertUpdated
context.BulkInsert(entities, b => b.IncludeGraph = true);

Expand Down

0 comments on commit 6611f35

Please sign in to comment.