ServForOracle 5.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package ServForOracle --version 5.1.0
NuGet\Install-Package ServForOracle -Version 5.1.0
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="ServForOracle" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ServForOracle --version 5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ServForOracle, 5.1.0"
#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 ServForOracle as a Cake Addin #addin nuget:?package=ServForOracle&version=5.1.0 // Install ServForOracle as a Cake Tool #tool nuget:?package=ServForOracle&version=5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A wrapper over Oracle native ODP.NET to make easier the calls to packages and the use of UDTs (User Define Types)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- Microsoft.CSharp (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.8-alpha | 655 | 11/22/2018 |
9.0.2-alpha | 605 | 11/21/2018 |
9.0.1-alpha | 557 | 11/19/2018 |
8.2.0 | 1,012 | 11/2/2018 |
8.1.4 | 746 | 10/31/2018 |
8.0.2 | 787 | 10/18/2018 |
7.6.1 | 825 | 9/20/2018 |
7.5.2 | 813 | 9/18/2018 |
7.2.2 | 818 | 9/12/2018 |
7.0.2 | 776 | 9/11/2018 |
5.2.2 | 793 | 8/27/2018 |
5.1.0 | 833 | 8/25/2018 |
4.2.0 | 997 | 12/4/2017 |
4.1.6 | 913 | 8/24/2017 |
4.1.5 | 897 | 8/7/2017 |
4.1.0 | 897 | 8/4/2017 |
4.0.0 | 1,028 | 8/2/2017 |
3.6.0 | 1,137 | 5/13/2017 |
Updated the library to use a new Param<T>, removing the need to unbox the Value object.