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: | Thursday, February 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AutoMapper/Automapper.Collection.EFCore |
NuGet Url: | https://www.nuget.org/packages/AutoMapper.Collection.EntityFrameworkCore |
Install
Install-Package AutoMapper.Collection.EntityFrameworkCore
dotnet add package AutoMapper.Collection.EntityFrameworkCore
paket add AutoMapper.Collection.EntityFrameworkCore
AutoMapper.Collection.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- AutoMapper.Collection(>= 7.0.0 && < 8.0.0)
- AutoMapper.Extensions.ExpressionMapping(>= 4.0.2)
- Microsoft.EntityFrameworkCore(>= 2.1.14)
- AutoMapper.Collection(>= 7.0.0 && < 8.0.0)
- AutoMapper.Extensions.ExpressionMapping(>= 4.0.2)
- Microsoft.EntityFrameworkCore(>= 2.1.14)
Tags
Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.