Remotion.Linq
2.1.1
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages.
Key features:
- Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax)
- Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...)
- Provides basic infrastructure for backend development (e.g. SQL generation)
- Provides a framework for user-defined query extensions and transformations
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Remotion.Linq -Version 2.1.1
dotnet add package Remotion.Linq --version 2.1.1
<PackageReference Include="Remotion.Linq" Version="2.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Remotion.Linq --version 2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Remotion.Linq, 2.1.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Remotion.Linq as a Cake Addin
#addin nuget:?package=Remotion.Linq&version=2.1.1
// Install Remotion.Linq as a Cake Tool
#tool nuget:?package=Remotion.Linq&version=2.1.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 1.0
- System.Collections (>= 4.0.11)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Linq.Queryable (>= 4.0.1)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Threading (>= 4.0.11)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Remotion.Linq:
| Package | Downloads |
|---|---|
|
Microsoft.EntityFrameworkCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology.
Commonly Used Types:
Microsoft.EntityFrameworkCore.DbContext
Microsoft.EntityFrameworkCore.DbSet
This package was built from the source code at https://github.com/aspnet/EntityFrameworkCore/tree/01da710cdeff0431fc60379580aa63f335fbc165
|
|
|
EntityFramework.Core
Entity Framework is Microsoft's recommended data access technology for new applications.
|
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.2.0 | 0 | 06.02.2022 |
| 2.1.1 | 0 | 06.02.2022 |
| 2.0.0-beta-002 | 0 | 06.02.2022 |