clearCustomSqlQuery method

void clearCustomSqlQuery()

Implementation

void clearCustomSqlQuery() {
  _customSqlQuery = null;
  createQuery();
}