Skip to main content
Remotion.Linq package icon

Remotion.Linq

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

Total Downloads
220.3M
220,298,708
Published
Feb 6, 2018
Latest stable version

Install

.NET CLI
dotnet add package Remotion.Linq --version 2.2.0
Package Manager Console
Install-Package Remotion.Linq -Version 2.2.0
PackageReference
<PackageReference Include="Remotion.Linq" Version="2.2.0" />

Frameworks

net35 net40 net45 portable-net45+win+wpa81+wp80 .NETStandard1.0

Dependencies

System.Collections
.NETStandard1.0
[4.0.11, )
[4.0.11, )
System.Linq
.NETStandard1.0
[4.1.0, )
[4.1.0, )
System.Linq.Queryable
.NETStandard1.0
[4.0.1, )
System.ObjectModel
.NETStandard1.0
[4.0.12, )
System.Reflection
.NETStandard1.0
[4.1.0, )
[4.0.1, )
System.Runtime
.NETStandard1.0
[4.1.0, )
[4.1.0, )
System.Threading
.NETStandard1.0
[4.0.11, )