ISNULL property

Where get ISNULL

Implementation

Where get ISNULL {
  Where w = Where(this);
  w << "ISNULL";
  return w;
}