caseInsensitive property

Where get caseInsensitive

Implementation

Where get caseInsensitive {
  this.operator = 'ILIKE';

  return this;
}