zzz projects Dapper Tutorial
Getting Started Documentation 3rd Party Libraries Knowledge Base Online Examples
  • Getting Started
  • Documentation
  • 3rd Party Libraries
  • Knowledge Base
  • Online Examples
  •   Download  

Dapper Tutorial - Knowledge Base (KB)

2 results for: in tag: c#-7.0

Dapper materializing to a Tuple

I need return a list from dapper with the new tuple in C# 7....public static List<(int StyleId, decimal StyleCode)> GetOnlyServices() { var query = $@" SELECT ST.style_id as StyleId, ST.style_code as StyleCode ....
c# c#-7.0 dapper tuples
asked by Yuri Morales

C# Dapper QueryAsync to ValueTuple not mapping correctly

I'm doing the following query using dapper and C#7 ValueTuples (installed nuget):...await connection.QueryAsync<(int, Guid)>( $@"SELECT tenant, pid FROM Table ORDER BY id OFFSET {skip} ROWS ...
c# c#-7.0 dapper
asked by Hugo Rocha

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...