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)

1 results for: in tag: sql-parametrized-query

How to get the parametrized SQL query (with parameters applyed) before execute it in Dapper?

I need my sql query with the parameters applyed to log porposes....private dynamic GetInfo(int cdEmpresa) { dynamic info = new ExpandoObject(); StringBuilder sql = new StringBuilder(); sql.AppendLine(" SELECT * from FROM EMPRESA E"); sql....
c# dapper sql sql-parametrized-query
asked by Ewerton

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