FluentQueryBuilder 1.0.14
See the version list below for details.
dotnet add package FluentQueryBuilder --version 1.0.14
NuGet\Install-Package FluentQueryBuilder -Version 1.0.14
<PackageReference Include="FluentQueryBuilder" Version="1.0.14" />
paket add FluentQueryBuilder --version 1.0.14
#r "nuget: FluentQueryBuilder, 1.0.14"
// Install FluentQueryBuilder as a Cake Addin #addin nuget:?package=FluentQueryBuilder&version=1.0.14 // Install FluentQueryBuilder as a Cake Tool #tool nuget:?package=FluentQueryBuilder&version=1.0.14
fluent-query-builder
An extensions for fluent mapping of object properties to dynamic entity and building string queries based on this properties parsing expression trees.
Provide IQueryExecutor interface implementation to object of IFluentQueryable<T> and work with any database source as with .net collections.
For conditional fields mapping implement IConditionResolver interface and set it up for ObjectMapperConfiguration. For custom data type conversion implement IConverterResolver interface and set it up for ObjectMapperConfiguration. Or just use custom converters implementing IPropertyConverter interface in FluentPropertyAttribute.
If any expression types should be transformed to string in a way different from standard behavior, implement IExpressionTypeTransformer interface and set it up for ExpressionParserConfiguration.
If and object types should be transformed to strings in queries, implement IStringificationRulesResolver interfaces and set it up for ExpressionParserConfiguration.
Default IQueryProvider<T> implementation not fully covers all needs of query building expressions. For add, update, delete operations default query provider should be extended. In this case query provider can be substituted via implementation of IQueryProviderFactory.
Default implementation of IFluentQueriable<T> can also be extended if needed.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.7 | 526 | 7/27/2021 |
1.1.6 | 1,789 | 3/27/2019 |
1.1.5 | 691 | 3/26/2019 |
1.1.4 | 714 | 3/15/2019 |
1.1.3 | 657 | 3/15/2019 |
1.1.2 | 672 | 3/15/2019 |
1.1.1 | 727 | 3/5/2019 |
1.1.0 | 682 | 3/5/2019 |
1.0.14 | 672 | 3/1/2019 |
1.0.13 | 675 | 3/1/2019 |
1.0.12 | 754 | 2/20/2019 |
1.0.11 | 1,013 | 12/3/2018 |
1.0.10 | 840 | 11/28/2018 |
1.0.9 | 818 | 11/27/2018 |
1.0.8 | 848 | 10/30/2018 |
1.0.7 | 1,308 | 9/28/2018 |
1.0.6 | 851 | 9/20/2018 |
1.0.5 | 830 | 9/18/2018 |
1.0.4 | 848 | 8/30/2018 |
1.0.3 | 889 | 8/30/2018 |
1.0.2 | 866 | 8/29/2018 |
1.0.1 | 889 | 8/29/2018 |
1.0.0 | 1,108 | 8/29/2018 |
Do not use 1.0.13 version of package as IgnoreOnNull parameter of FluentPropertyAttribute has been removed.