Skip to content

v3.0.29

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 16 Dec 03:41
· 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 (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