int maxValue = (int)table.Compute("MAX(Quantity)", ""); //Quantity is the column name here
int minValue = (int)table.Compute("MIN(Quantity)", ""); //Quantity is the column name here
It looks like you're new here. If you want to get involved, or you want to Ask a new Question, Please Login or Create a new Account by Clicking below