Info
Version: | 7.0.1 |
Author(s): | Tyler Carlson |
Last Update: | Monday, November 23, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AutoMapper/Automapper.Collection |
NuGet Url: | https://www.nuget.org/packages/AutoMapper.Collection.LinqToSQL |
Install
Install-Package AutoMapper.Collection.LinqToSQL
dotnet add package AutoMapper.Collection.LinqToSQL
paket add AutoMapper.Collection.LinqToSQL
AutoMapper.Collection.LinqToSQL Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper.Collection(>= 7.0.1)
- AutoMapper.Extensions.ExpressionMapping(>= 1.0.0)
Extends Table<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.