Remote.Linq.EntityFrameworkCore NuGet Package

Remote linq extensions for EF Core.

Use this package on server side to apply queries to EFs DbContext.

Use this package in a client side project to enable utilization of query features specific to EF Core:

...  - Apply eager-loading (Include-expressions in linq queries)

- Make use of DB functions
e.g.

queryable.Where(x => Microsoft.EntityFrameworkCore.EF.Functions.Like(x.Name, "%fruit%")).
  more




Got any Remote.Linq.EntityFrameworkCore Question?






Install
Install-Package Remote.Linq.EntityFrameworkCore
dotnet add package Remote.Linq.EntityFrameworkCore
paket add Remote.Linq.EntityFrameworkCore
Remote.Linq.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)



Tags