public Product_questionSelectBuild WhereState(Product_questionSTATE State1, Product_questionSTATE State2, Product_questionSTATE State3, Product_questionSTATE State4, Product_questionSTATE State5) { return(this.WhereState_IN(State1, State2, State3, State4, State5)); }
public Product_questionSelectBuild WhereState(Product_questionSTATE State1) { return(this.WhereState_IN(State1)); }