Info
Version: | 1.3.1 |
Author(s): | Gabe Szabo |
Last Update: | Monday, April 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/yugabe/QueryMutator |
NuGet Url: | https://www.nuget.org/packages/QueryMutator |
Install
Install-Package QueryMutator
dotnet add package QueryMutator
paket add QueryMutator
QueryMutator Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Linq.Queryable(>= 4.3.0)
- NETStandard.Library(>= 1.6.1)
Tags
QueryMutator is used to automatically map complex expression trees to object graphs.
Used in conjunction with Entity Framework, it's very easy to clean the interface of your data access layer when mapping your entities to business objects or data transfer objects.