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: sybase-ase

How can I use Dapper's strongly-typed query parameters with Sybase ASE?

Dapper... can pass query parameters as anonymous objects, and supports any ADO.NET data provider. However, when running the following query against the Sybase 15 ADO.NET drivers:...using (var connection = new AseConnection("...")) { connection.Open();...
.net ado.net dapper sybase-ase
asked by Richard Dingwall

Sybase BIT Datatype Filtering

We are using Sybase ASE for an application we are developing from scratch. We have tables which have Bit columns. In Sybase, Bit datatypes cannot be null. This is fine for the records we are storing in the tables, but we have a design issue for our SEARCH...
dapper sql sybase sybase-ase
asked by rro

Why does Dapper remove any parameter prefix characters when building a Command?

I am calling a stored procedure in Sybase ASE, using the "ASEOLEDB.1" provider....The SP takes a single varchar(255) argument, called @PricePreference, which is defaulted to NULL in the SP....I am using Dapper's QueryMultiple method, and passing in a Dyna...
c# dapper sybase-ase
asked by Chris Brook

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