Info
Version: | 0.10.1 |
Author(s): | Luke Murray |
Last Update: | Friday, November 9, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lukemurray/EntityQueryLanguage |
NuGet Url: | https://www.nuget.org/packages/EntityQueryLanguage |
Install
Install-Package EntityQueryLanguage
dotnet add package EntityQueryLanguage
paket add EntityQueryLanguage
EntityQueryLanguage Download (Unzip the "nupkg" after downloading)
Dependencies
- Antlr4(>= 4.6.5)
- Antlr4.Runtime(>= 4.6.5)
- Humanizer.Core(>= 2.3.3)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 11.0.2)
- System.Linq.Queryable(>= 4.3.0)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.4.0)
Tags
Compiles simple code into .NET Expressions for runtime execution. Includes schema creation and type checking.