DynamicQueryBuilder icon indicating copy to clipboard operation
DynamicQueryBuilder copied to clipboard

Lightweight LINQ query builder

Results 12 DynamicQueryBuilder issues
Sort by recently updated
recently updated
newest added

You can use the Filter to handle compound conditions such as (a=3 && b=3) or (c=4 && d=5). Q objects can be used to build OR and AND logical relationships,...

how to do NotIn filter? thank you

DynamicQueryAttributeGlobalConfig can be make possible change DynamicQueryAttribute constructor params.

enhancement

Currently the only thing that you can play around with `DateTime` structs is just its complete values. You are not able to query stuff like `?o=eq&p=myDateTime.Day&v=10` Query above should work...

enhancement

when the sort filed type is varchar,the sorting will fail into exception. but success when the field type is number or datetime

bug
investigating

When i tried with invalid query parameters, i get an argument exception. But exception.ParamName gives `propertyOrFieldName`; ``` 'fullName' is not a member of type 'OmniServices.Business.CQRS.Common.DTOs.Customers.CustomerDetailResponseDTO' Parameter name: propertyOrFieldName ```

bug
work in progress

Currently, DynamicQueryAttribute converts `null` keyword into actual `null` searches. However, this might be a blocking issue for some users that uses string keyword `null` in their datasets. For example this:...

enhancement