Example #1
0
 public void DoUnHold(string invno)
 {
     var ta = new DsInventoryTableAdapters.SALESMAIN1TableAdapter {Connection = {ConnectionString = _constr}};
     ta.DoUnHold(invno);
 }