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