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)

3 results for: in tag: sqlclient

Error mapping dapper with an enum + sqlserver

I have a class:... public class Member { #region public property public int Id { get; set; } public string LastName { get; set; } public string FirstName { get; set; } public string Email { get; set; } public string Password { g...
c#-4.0 dapper mapping sqlclient sql-server-2008-r2
asked by user1428798

Dapper mapping column with a property in the model having a different name and type

I have a model this model: ... public class Member { #region public property public int Id { get; set; } public string LastName { get; set; } public string FirstName { get; set; } public AccountState AccountSta...
dapper mapping sqlclient sql-server-2008-r2 stored-procedures
asked by user1428798

Missing assembly reference for SqlConnection

I'm still new to MVC and dapper ORM. Suppose I use dapper for MVC and and when I try to build solution, it showing message: 'SqlConnection does not contain a definition for'Query' and no extension method 'Query' accepting a first argument of type 'SqlConn...
dapper sqlclient
asked by Botski

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