v3.0.29
Download the library here
- ADDED:
MatchNamesWithUnderscores
options to match column name with underscores to property name without underscore (added a small fix from v3.0.28)
You can enable it by operating using UseBulkOptions
or globally:
BulkOperationManager.BulkOperationBuilder = operation => operation.MatchNamesWithUnderscores = true;
Trial unlocked until the end of January