Closed Nizio-Dev closed 6 days ago
In my case I have Snowflake ADO.NET DataReader, which implements IDataReader.
My destination DTO contains property "SourceId". Reader contains column "source_id".
Setting SourceNamingConvention to LowerUnderscore convention doesn't work. AutoMapper.Data still tries to read "SourceId".
A PR is welcome.
In my case I have Snowflake ADO.NET DataReader, which implements IDataReader.
My destination DTO contains property "SourceId". Reader contains column "source_id".
Setting SourceNamingConvention to LowerUnderscore convention doesn't work. AutoMapper.Data still tries to read "SourceId".