Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 332 Bytes

File metadata and controls

13 lines (10 loc) · 332 Bytes

AutoMapper

================================

The data extensions to AutoMapper, IDataReader support

Install via initialization:

Mapper.Initialize(cfg => {
   MapperRegistry.Mappers.Add(new DataReaderMapper { EnableYieldReturn = true });
   // Other config
});