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

UpdateAll overload to return updated entities #80

Closed ewassef closed 4 years ago

ewassef commented 8 years ago

Can we append the bulk updated update statement with "Output Inserted.*" for that entity and map it using the standard context mapper to update the context?