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: parameterized

Dapper query slow with DateTime type parameter?

eg.1...string sql="select * from A where time>=:begin_time and time<=:end_time"; DateTime bt = new DateTime(2013, 04, 19); DateTime et = new DateTime(2013, 04, 20, 15, 0, 0); conn.Query<Object>(sql,new {begin_time=bt,end_time=et}).ToList() ...the query i...
dapper oracle parameterized
asked by yulh

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