MikaelEliasson / EntityFramework.Utilities

Provides extensions for EntityFramework that doesn't exist out of the box like delete and update by query and bulk inserts
443 stars 175 forks source link

Unable to update parent child relationship #97

Open rohit3d2003 opened 8 years ago

rohit3d2003 commented 8 years ago

Insert All not inserting all the entities in the hierarchy. Only the parent entity will be added to database but any child entities will not be added