public void Append <T>(WhereClip <T> whereFunc) { this.AppendWhereExpression(false, whereFunc.Expression); }