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: sql-server-ce

Using Dapper with BLOBs and SQL Server CE

When using BLOBs with more than 8000 bytes of data, you need to specifically set ...Parameter.SqlDbType = SqlDbType.Image... to make it work (...as explained here...)....Dapper, when it sees a ...byte[]... field, defaults to a ...SqlDbType.Binary..., whic...
blob dapper sql-server-ce
asked by Sameera

Sql CE Inconsistent with Multiple Statements

It has long been true that you can ...execute multiple statements with SQL CE.... And in fact I'm using ...SQL Server Compact Toolbox... to do exactly that. But when I take the same multiple-statement commands and execute them from Dapper... ...public c...
dapper sql-server-ce
asked by Brent Arias

Attempting to Modify Dapper to Support SQL Server CE's ntext type

I have a need to support SQL Server CE's ...ntext... type in Dapper. There is a thread here describing the issue: ...https://code.google.com/p/dapper-dot-net/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%...
dapper sql-server-ce
asked by John

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