Dapper.Oracle 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dapper.Oracle --version 1.0.2
NuGet\Install-Package Dapper.Oracle -Version 1.0.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dapper.Oracle" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dapper.Oracle --version 1.0.2
#r "nuget: Dapper.Oracle, 1.0.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dapper.Oracle as a Cake Addin
#addin nuget:?package=Dapper.Oracle&version=1.0.2

// Install Dapper.Oracle as a Cake Tool
#tool nuget:?package=Dapper.Oracle&version=1.0.2

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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.5.2

  • .NETStandard 2.0

NuGet packages (22)

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.3 599,643 6/4/2021
2.0.2 151,473 2/10/2021
2.0.1 87,509 11/6/2020
2.0.0 42,793 9/22/2020
1.2.1 252,430 5/12/2019
1.2.0 4,097 4/12/2019
1.0.3 310,318 12/18/2018
1.0.2 15,114 6/14/2018
1.0.1 3,610 6/13/2018
0.9.9 1,693 5/3/2018
0.9.8 1,075 5/3/2018
0.9.7 1,273 5/2/2018
0.9.6 1,184 4/30/2018
0.9.5 1,121 4/25/2018
0.9.3 1,354 4/24/2018

### 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)