Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Automatically mapping output parameters with Dapper

sql dapper

Dapper.Net: IEnumerable<long> parameter throws exception: No mapping exists from object type System.Int64[] to a known managed provider native type

c# dapper where-in in-subquery

How to insert DateTime (or DateTime2) with Dapper?

How does internally QuerySingle or QueryFirst in Dapper work?

c# dapper

Dapper parameterized query for string value causing issues?

c# sql sql-server dapper

Map two DB column to one data type using Dapper

c# dapper

Token based authentication using Dapper micro-orm

How is the Get<T> method used with DynamicParameters?

c# dapper

Using varbinary parameter with Dapper.NET

c# .net sql-server dapper

Dapper - Bulk insert of new items and get back new IDs

sql c#-4.0 dapper bulkinsert

dapper populate DropDownlist

orm dapper

Dapper Unable to cast object of type 'Dapper.WrappedReader' to type 'System.Data.SqlClient.SqlDataReader'

c# dapper

Dapper issue with postgres returning id or select currval(pg_get_serial_sequence('<table>','<id>'))?

postgresql dapper npgsql

How to respect CommandTimeout when using Dapper.NET async API

How does Dapper execute query without explicitly opening connection?

dapper

What's the difference between 'QueryFirstOrDefault<T>' and 'ExecuteScalar<T>'?

c# dapper

Could not load file or assembly 'Dapper, Version=1.8.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies

c# asp.net-mvc dapper