Jonas Goronczy
Results
1
issues of
Jonas Goronczy
Resolves #818. Adds the static `MatchConstructorParametersWithUnderscores` property for `DefaultTypeMap` which allows matching columns containing underscores to constructor parameters (eg. `user_id` matches `userId`). This commit also renames `MatchNamesWithUnderscores` to `MatchFieldsAndPropertiesWithUnderscores` for...