Lightweight library that extends the IQueryable<T> interface to create queries searching through every entity property.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.0 |
Author(s): | https://github.com/isilveira |
Last Update: | Sunday, March 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/isilveira/EntitySearch |
NuGet Url: | https://www.nuget.org/packages/EntitySearch |
Install
Install-Package EntitySearch
dotnet add package EntitySearch
paket add EntitySearch
EntitySearch Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.EntityFrameworkCore(>= 2.2.2)
Tags