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.
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.