dbelmont / ExpressionBuilder

A library that provides a simple way to create lambda expressions to filter lists and database queries.
Apache License 2.0
372 stars 105 forks source link

Problem to create ISNULL for Guid? #63

Open NadzChoudhry opened 4 years ago

NadzChoudhry commented 4 years ago

Hi there, i am using the library and it´s very usefull. i have a problem that i want to create INNULL for a guid? type, my filter is like this new Filtro() { Campo = "Id", Tipo = TipoFiltro.GUID, Comparacion = Compare.ISNULL, Operacion = Operacion.OR, TipoFiltroInput = "" } while querying got this error "the-binary-operator-equal-for-the-types-systemnullable1type-y-type". Need help thanks a lot.