ISNULL property

Where get ISNULL

Implementation

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