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: parameter-passing

Dapper: can I use parameters for anything?

I am writing some code that will prepare my database for my application. In the code there are some repetitive SQL statements when I am creating a table, and I want to hide them in some methods (there are only two for now: creating the primary key and mak...
dapper npgsql parameter-passing
asked by vhallac

Dapper with Oracle passing in DbParameter

I'm trying out Dapper with Oracle and I was trying to run a multi-resultset query but Oracle requires a dbtype of refcursor....StringBuilder query = new StringBuilder("BEGIN "); query.Append("OPEN :rs1 FOR SELECT * FROM Table1 where key=:KEY; "); query.Ap...
dapper oracle parameter-passing
asked by user2429012

How to pass whole properties of an object inside params using dapper.net

I am just starting to use Dapper for my projects and I just cant find a way to pass an object as a parameter in Dapper.Net...Is there any way of any process to pass object as parameter then Dapper will map the object properties to the parameterized S.Q.L...
.net c# dapper object parameter-passing
asked by Reyn

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