Prospectbd.Software.EFFindRepository
1.0.4
Entity Find Repository
Install-Package Prospectbd.Software.EFFindRepository -Version 1.0.4
dotnet add package Prospectbd.Software.EFFindRepository --version 1.0.4
<PackageReference Include="Prospectbd.Software.EFFindRepository" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Prospectbd.Software.EFFindRepository --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
before using this library add the following class to your code
public class AppInit // or any name
{
static AppInit() // static constructor
{
ApplicationTypeService.Init("your_assemble_Name"); // names containing classes (Entity) separated by coma
}
}
before using this library add the following class to your code
public class AppInit // or any name
{
static AppInit() // static constructor
{
ApplicationTypeService.Init("your_assemble_Name"); // names containing classes (Entity) separated by coma
}
}
Release Notes
Third release of Entity Framework Find Repository with bug fixed
Dependencies
-
- Prospectbd.Software.EFRelationRepository (>= 1.0.1)
GitHub Usage
This package is not used by any popular GitHub repositories.