Learn Dapper: https://www.learndapper.com/
                        Dapper Tutorial: https://dappertutorial.net/
                    Info
| Version: | 2.0.2 | 
| Author(s): | DIPSAS, epaulsen | 
| Last Update: | Wednesday, February 10, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/DIPSASA/Dapper.Oracle/ | 
| NuGet Url: | https://www.nuget.org/packages/Dapper.Oracle | 
Install
Install-Package Dapper.Oracle
                        dotnet add package Dapper.Oracle
                        paket add Dapper.Oracle
                        
                                Dapper.Oracle Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
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.