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: mysql.data

Dapper is throwing an invalid cast exception when trying to set a boolean value returned from MySQL

I have this class...public class User { public int UserId { get; set; } public string UserName { get; set; } public bool IsValidated { get; set; } } ...And I'm populating it with this sql using dapper:...var users = connection.Query<User>("SEL...
dapper mysql mysql.data
asked by Glenn Slaven

MySql.Data.MySqlClient.MySqlException: “The host localhost does not support SSL connections.”

I use msyql.data 8.08 and dapper and .net core to connection mysql5.7.18 but following exception is appeared:...MySql.Data.MySqlClient.MySqlException:“The host localhost does not support SSL connections.”...How to deal with it?
asp.net-core c# dapper mysql mysql.data
asked by Sea

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...