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.StrongName | 
Install
Install-Package Dapper.Oracle.StrongName
                        dotnet add package Dapper.Oracle.StrongName
                        paket add Dapper.Oracle.StrongName
                        
                                Dapper.Oracle.StrongName Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                         .NETStandard 2.0 
                                        
                    - Dapper.StrongName(>= 1.50.2)
- Dapper.StrongName(>= 1.50.2)
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.