R
rodchar
hey all,
just wondering if i can combined the 2 statements:
object[] findTheseVals = {val1, val2};
row = dt.Rows.Find(findTheseVals);
thanks,
rodchar
just wondering if i can combined the 2 statements:
object[] findTheseVals = {val1, val2};
row = dt.Rows.Find(findTheseVals);
thanks,
rodchar