Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 6.0.1.1 |
Author(s): | Oracle |
Last Update: | Wednesday, February 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.oracle.com/technetwork/database/database-technologies/rdb/overview/index.html |
NuGet Url: | https://www.nuget.org/packages/Oracle.Rdb.EntityFramework |
Install
Install-Package Oracle.Rdb.EntityFramework
dotnet add package Oracle.Rdb.EntityFramework
paket add Oracle.Rdb.EntityFramework
Oracle.Rdb.EntityFramework Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.0.0)
Tags
This NuGet package is for Oracle Rdb Data Provider for .NET applications that use Entity Framework 6 applications.
It will add the Oracle Entity Framework assembly and auto-configure for its use. Note that this package does not include ORDP.NET, which is available when you install Oracle Rdb Developer Tools for Visual Studio.
This NuGet package requires VS 2012 or higher for installation.
Note: The 32-bit Oracle Rdb Developer Tools for Visual Studio download from http://www.oracle.com/technetwork/products/rdb/downloads/othersoft-087176.html is required for installing ORDP as well as Entity Framework design-time features and for other Visual Studio designers such as the TableAdapter Wizard. This NuGet download does not enable design-time tools, only run-time support.