DynamicQueryBuilder
DynamicQueryBuilder copied to clipboard
Lightweight LINQ query builder
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.
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...
when the sort filed type is varchar,the sorting will fail into exception. but success when the field type is number or datetime
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 ```
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:...