Dapper.Oracle
1.0.3
See the version list below for details.
dotnet add package Dapper.Oracle --version 1.0.3
NuGet\Install-Package Dapper.Oracle -Version 1.0.3
<PackageReference Include="Dapper.Oracle" Version="1.0.3" />
paket add Dapper.Oracle --version 1.0.3
#r "nuget: Dapper.Oracle, 1.0.3"
// Install Dapper.Oracle as a Cake Addin #addin nuget:?package=Dapper.Oracle&version=1.0.3 // Install Dapper.Oracle as a Cake Tool #tool nuget:?package=Dapper.Oracle&version=1.0.3
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
NuGet packages (29)
Showing the top 5 NuGet packages that depend on Dapper.Oracle:
Package | Downloads |
---|---|
Hangfire.Oracle.Core
Hangfire's Oracle storage. |
|
HanaTech.Framework.Dapper
Package Description |
|
fion.modelerp.core
ModelErp |
|
Release.Helper.Data.ICore
Interfaces de acceso a datos: -SqlServer -Oracle -Postgres -MySql |
|
Dt.Client
搬运工客户端基础包 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.0.2 | 177,068 | 2/10/2021 | |
2.0.1 | 104,880 | 11/6/2020 | |
2.0.0 | 46,936 | 9/22/2020 | |
1.2.1 | 286,065 | 5/12/2019 | |
1.2.0 | 4,406 | 4/12/2019 | |
1.0.3 | 405,911 | 12/18/2018 | |
1.0.2 | 15,517 | 6/14/2018 | |
1.0.1 | 3,738 | 6/13/2018 | |
0.9.9 | 1,848 | 5/3/2018 | |
0.9.8 | 1,168 | 5/3/2018 | |
0.9.7 | 1,353 | 5/2/2018 | |
0.9.6 | 1,267 | 4/30/2018 | |
0.9.5 | 1,198 | 4/25/2018 | |
0.9.3 | 1,514 | 4/24/2018 |
### 1.0.3
- Fix Oracle 11g (to not throw the exception "Invalid operation on null data" if a function returns NULL)
### 1.0.2
- Linq compiled expression setter not working properly when attempting to set instance property on interface. Fixed.
### 1.0.1
- Fix to .netstandard2 compliancy
### 1.0.0
- Speedup: Using compiled Expressions instead of reflection for setting Oracle-specific properties
- Package icon and author changed to DIPS AS
- Using built-in packagereferences instead of paket(less hassle for such a small project)