摘要:
1.实现IDisposable 接口的类实现Dispose 方法; 2.using(ATest t=new ATest()){}结束时自动调用Dispose();相当于try{} catch{} ,catch调用Dispose(); 阅读全文
posted @ 2017-03-31 15:43
大喜
阅读(195)
评论(0)
推荐(0)
摘要:
drop procedure if exists UP_SYS_GetBillId;/* 创建:Jaxk 2017-03-31 功能:get bill id */ create procedure UP_SYS_GetBillId ( ProgramID INT, out BillID varcha 阅读全文
posted @ 2017-03-31 12:02
大喜
阅读(345)
评论(0)
推荐(0)
浙公网安备 33010602011771号