Skip to content

Using Dapper.CX Extension Methods

Adam O'Neil edited this page Sep 21, 2020 · 3 revisions

After installing NuGet package Dapper.CX.SqlServer, add either the Dapper.CX.SqlServer.Extensions.Int or Dapper.CX.SqlServer.Extensions.Long namespace in your classes. One way to do that is to start typing a Dapper.CX method name, and pick the desired namespace from the Ctrl+dot popup.

img

Then you can start using all the Dapper.CX methods.

Clone this wiki locally