winforms - Check for null via BinaryOperator -


groupoperator groupapplyon = new groupoperator();          groupapplyon.operatortype = groupoperatortype.and;         groupapplyon.operands.add(isb);         groupapplyon.operands.add(isa);         groupapplyon.operands.add(isc); 

where isx binaryoperator ..

binaryoperator isb = new binaryoperator("validity", null,             binaryoperatortype.equal); 

this code gives me error - how check public unaryoperator isnull() if "validity" null?

use nulloperator instead.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -