TylerCarlson
-
- 23,878,438 total downloads
- last updated 2/12/2024
- Latest version: 10.0.0
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping... More information -
- 383,287 total downloads
- last updated 2/12/2024
- Latest version: 10.0.0
Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will... More information -
- 110,667 total downloads
- last updated 11/23/2020
- Latest version: 7.0.1
Collection updating support for LinqToSQL with AutoMapper. Extends Table<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.