AspNetCore.IQueryable.Extensions
AspNetCore.IQueryable.Extensions copied to clipboard
LINQ extensions to help build IQueryAble Expressions
Olá, é possível fazer com que um único parâmetro execute o filtro e campos diferentes? [QueryOperator(Operator = WhereOperator.Contains)] public string Filtrar { get; set; } O parâmetro acima realizar o...
I'm unable to sort by Navigation Properties, i.e. I have a sort query "Animal.Category.Name" And I'm unable to sort by it, because it crashes in `PrimitiveExtensions` on `PropertyInfo GetProperty(string name)`....
Added nullable check for equals.
Como resolver, pois quando o campo que deseja filtrar está em um objeto de valor da entidade, o filtro não funciona. public class AuditQuery : ICustomQueryable, IQueryPaging, IQuerySort { [QueryOperator(Operator...
Alguma possibilidade de incluir "EqualsNullable", @brunobritodev? A situação acontece quando precisamos passar um valor que pode ou não ser nulo, a partir de um inteiro, long, float ou decimal quando...
Alguma forma do campo "Sort" da IQuerySort também olhar o parâmetro "HasName" do QueryOperatorAttribute.
@brunobritodev @GedanMagal Have you ever thought about being able to define the type of filter applied dynamically? like, the user has the filter on the grid, which has all the...
Hi I am not clear on how to use the Filter Extensions dynamically. I have a list of fields and a parameter. The filter is to return a result where...
Quero fazer uma condicional assim: (Campo1 = @valor and Campo2 = @valor) or (campo3 = @valor and campo4 = @valor) Não sei é possível é se é, nos meus testes...
Ao aplicar o operador contanais adiciona mais código do que o necessário.  