I’ve added EntityFramework.Extended (link) to my project using NuGet.
Now I’m facing one single problem; how can I use it’s Update function with my dbContext?
I’ve added EntityFramework.Extended ( link ) to my project using NuGet. Now I’m facing
Share
Import namespace
using EntityFramework.Extensionsand useUpdate(sample from Update method description):