v2.2
Nuget: https://www.nuget.org/packages/SqlBulkHelpers/2.2.0
v2.2 Release Notes:
- Added support for other Identity column data types including (INT, BIGINT, SMALLINT, & TINYINT); per feature request here.
- Added support to explicitly set Identity Values (aka SET IDENTITY_INSERT ON) via new
enableIdentityInsertapi parameter. - Added support to retreive and re-seed (aka set) the current Identity Value on a given table via new apis in the MaterializedData helpers.
- Additional small bug fixes and optimiaztions.