ISNULL property

Where get ISNULL

Implementation

Where get ISNULL {
  Where w = this is Where ? this as Where : Where.strip(this);
  w << "ISNULL";
  return w;
}