There are many ways to map database field names to class names, but what is the simplest way to just remove the underscores?
public IEnumerable
Dapper.DefaultTypeMap.MatchNamesWithUnderscores = true;
job done ;p