Code:var results = from myRow in dt.AsEnumerable() where myRow.Field<string>("ProductID") == PMTDProductID && myRow.Field<string>("CustNo") == APMFCustNo select myRow; int resultcnt = results.Count();
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |