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)

4 results in tag: mysql

How to use Dapper to connect to MySql?

I am new to .NET. I am interested in using the Dapper micro-ORM to access a MySQL backend from an ASP .NET application. ...Can this be done? What do I need to know to get started?
asp.net c# dapper mysql
asked by Learner

Is it possible to insert many rows in a single query using Dapper?

Does ...StackExchange.Dapper... support the following SQL syntax?...INSERT INTO MyTable (a, b, c) VALUES (1, 2, 3), (4, 5, 6), (7, 8, 9); ...I've seen some examples where you can pass in a List to be inserted but the descriptions I've seen suggest i...
dapper mariadb mysql
asked by Joe Phillips

How with Dapper to insert in a temproary table?

I am trying to insert a List of integers into a temporary table using Dapper. I wrote my query based on the selected answer to this Stack Overflow ...question.... However, I get a syntax error when running the query....Code:...List<int> lst = new List<int...
.net c# dapper mysql sql
asked by Drob337

How to return a list using Dapper QueryAsync?

I have this task in C# with which i want to call a stored procedure in MySql using dapper....public async Task<List<StatItemListViewModel>> GetTable() { using (MySqlConnection connection = new MySqlConnection(Helper.CnnVal("SampleDB"))) ...
c# dapper mysql
asked by Erjon

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...
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!