Skip to content

Commit

Permalink
Add links to reference docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Apr 22, 2017
1 parent 3827475 commit 1f216ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BulkInsert.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BulkInsert

The `BulkInsert` (and `BulkInsertAsync`) extension methods allow efficient insertion of many rows into a database table with a familiar Dapper-like API.
The [`BulkInsert`](Faithlife.Utility.Dapper/BulkInsertUtility/BulkInsert.md) (and [`BulkInsertAsync`](Faithlife.Utility.Dapper/BulkInsertUtility/BulkInsertAsync.md) extension methods allow efficient insertion of many rows into a database table with a familiar Dapper-like API.

## Problem

Expand Down

0 comments on commit 1f216ba

Please sign in to comment.