1

Closed

problem with nullable values

description

hi,
i have a problem with this odata command
        var serviceuri = "http://localhost:26995/api/Cliente?$filter=(Attivo eq true) and (Operativo eq true)&$orderby=Descrizione";
where Operativo is a nullable boolean ... running it i obtain this error message

The binary operator Equal is not defined for the types 'System.Nullable`1[System.Boolean]' and 'System.Boolean'

how can i solve this?
Closed Oct 18, 2012 at 8:43 PM by hongyes
Verified in latest build

comments

raghuramn wrote Aug 28, 2012 at 2:20 AM

looks like a code defect. I will take a look at this. thanks for reporting.

HongmeiG wrote Aug 30, 2012 at 9:48 PM

agh