Skip to content

Add DataEntityDataReader into BulkInsert that accepts TableName and Entities #271

@mikependon

Description

@mikependon

As requested by Michael Mortensen, introduce an overloaded BulkInsert operation that accepts TableName and Entities.

Below should be able to be called via DbConnection.

 connection.BulkInsert("Person", people);

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releaseenhancementNew feature or requesttodoThings to be done in the future

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions