Skip to content

v3.0.28

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 16 Dec 03:40
· 17 commits to master since this release
7494537

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