Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 10.0.0 |
Author(s): | Tyler Carlson |
Last Update: | Monday, February 12, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/AutoMapper/Automapper.Collection |
NuGet Url: | https://www.nuget.org/packages/AutoMapper.Collection.EntityFramework |
Install
Install-Package AutoMapper.Collection.EntityFramework
dotnet add package AutoMapper.Collection.EntityFramework
paket add AutoMapper.Collection.EntityFramework
AutoMapper.Collection.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
net461
- AutoMapper.Collection(>= 7.0.1)
- AutoMapper.Extensions.ExpressionMapping(>= 1.0.0)
- EntityFramework(>= 6.1.3)
- AutoMapper.Collection(>= 7.0.1)
- AutoMapper.Extensions.ExpressionMapping(>= 1.0.0)
- EntityFramework(>= 6.3.0)
Tags
Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.