Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 343 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 343 Bytes

About

A very simple example to experiment with Dapper and MS-Access for bulk insert and read back.

Important

The Add list when executing Dapper uses a loop to insert so if adding 100 records there is a loop of 100.

For better performace look at Dapper BulkInsert library.