TylerCarlson
-
- 34,184,227 total downloads
- last updated 2/18/2026
- Latest version: 13.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 -
- 466,407 total downloads
- last updated 2/18/2026
- Latest version: 13.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 -
- 128,628 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.