Sign in Sign up
nuget

Dapper.Oracle

Dapper is a great tool if you want to write database-agnostic code. However, sometimes you need to access functionality that is provider-specific. This assembly adds support for writing Oracle-specific SQL, that supports all dbtypes used by the Oracle managed provider on a parameter, supports setting various properties on the command(LOBFetchSize, ArrayBindCount, BindByName), as well as setting CollectionType on the parameter. Using this package, you can now run stored procedures that returns RefCursor, or use array bind count to execute a sql statements with a array of parameters.

Activity

Latest release
5y ago
Total releases
14
Cadence
~30 days
Last 12 months
0

Reach

Stars

Details

First release
Apr 24, 2018
Releases
Version Released
2.0.2 patch
2.0.1 patch
2.0.0 major
1.2.1 patch
1.2.0 minor
1.0.3 patch
1.0.2 patch
1.0.1 major
0.9.9 patch
0.9.8 patch
0.9.7 patch
0.9.6 patch
0.9.5 patch
0.9.3 initial