linq2db / linq2db.EntityFrameworkCore

Bring power of Linq To DB to Entity Framework Core projects
MIT License
462 stars 38 forks source link

Insert data in parent child table in one call #173

Closed vimalvataliya1904 closed 2 weeks ago

vimalvataliya1904 commented 3 years ago

how can i insert parent child data in one call.. i set foreign key between 2 tables and try to insert data in one call, but it always store data in main parent table only..

MaceWindu commented 2 weeks ago

Such operation is not supported