public ISqlGenerator Select(params IField[] fields) { _sqlStatement.Add(new SelectStatement(fields)); return(this); }