Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dapper

Dapper micro ORM, database agnostic and MySql Guid type

c# mysql sqlite orm dapper

Dapper with SQL Server output bigint parameter returns int32

Dapper doesn't read values from base-type fields

c# sqlite dapper

PostgreSQL missing operator when using IN predicate with string array

c# postgresql dapper npgsql

DapperExtensions: Add "insert ... update on duplicate key"

Milliseconds value are not getting saved in SQL Server DateTime column

c# sql-server dapper

Dapper and Postgres - print queries

.net f# dapper npgsql

Dapper stored procedure has too many arguments specified when passing IEnumerable to it

c# sql dapper

Update multiple records using dapper after select by uniqueidentifier

c# dapper

Serialize dynamic Dapper result to CSV

Creating instances of anonymous objects using Dapper

c# .net orm dapper

Dapper array of custom types

c# postgresql dapper

Sql CE Inconsistent with Multiple Statements

sql-server-ce dapper

Ignore a property only on Update with Dapper?

c# dapper dapper-extensions

SQLite .net provider & "prepare statement" functionality

c# sqlite dapper

How to get a bigint to a long object property from SQL Server using Dapper?

c# asp.net sql-server dapper

Dapper - pass whole entity as query parameter or anonymous object

c# dapper

CRUD for dapper dot net using dot net 3.5

orm .net-3.5 crud dapper