Wkg.EntityFrameworkCore.Oracle
is a company-internal library that provides Oracle bindings for the Reflective Entity Configuration and Procedure mapping framework (RECAP) provided by the WKG Entity Framework Core package. This library is required to use the procedure mapping features of the RECAP framework with Oracle databases.
As part of our commitment to open-source software, we are making this library available to the public under the GNU General Public License v3.0. We hope that it will be useful to other developers and that the community will contribute to its further development.
⚠️ Warning This package requires the WKG Entity Framework Core package to be installed in your project.
Install the Wkg.EntityFrameworkCore.Oracle
package by adding the following package references to your project file:
<ItemGroup>
<PackageReference Include="Wkg.EntityFrameworkCore" Version="X.Y.ZA" />
<PackageReference Include="Wkg.EntityFrameworkCore.Oracle" Version="X.Y.ZB" />
</ItemGroup>
⚠️ Warning ReplaceX.Y.Z[AB]
with the latest stable version available on the nuget feed, where the major version must match the major version of your targeted .NET runtime.
You can find the latest stable version of Wkg.EntityFrameworkCore
below:
⚠️ Warning Ensure that the major and minor versions of theWkg.EntityFrameworkCore
andWkg.EntityFrameworkCore.Oracle
packages match.
The WKG Entity Framework Core - Oracle Bindings library provides the RECAP bindings for Oracle. For more information on how to use the RECAP framework, please refer to the WKG Entity Framework Core documentation.
For more information on features specific to the Oracle bindings, please refer to the WKG Entity Framework Core - Oracle Bindings documentation.