File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,6 +136,8 @@ var blogs = new List<Blog>
136136await dbContext .ExecuteBulkInsertAsync (blogs , o => o .IncludeGraph = true );
137137```
138138
139+ > ℹ️ This feature is not available for Oracle and MySQL providers due to limitations in retrieving generated IDs.
140+
139141See [ Graph Insert documentation] ( https://phenx.github.io/PhenX.EntityFrameworkCore.BulkInsert/graph-insert.html ) for details.
140142
141143### Conflict resolution / merge / upsert
Original file line number Diff line number Diff line change 11# Graph Insert (Navigation Properties)
22
3+ > ℹ️ This feature is not available for Oracle and MySQL providers due to limitations in retrieving generated IDs.
4+
35This library supports bulk inserting entire object graphs, including entities with their related navigation properties.
46
57## Enabling Graph Insert
You can’t perform that action at this time.
0 commit comments