Fork me on GitHub
摘要: 1.输出datatable 存储过程: create proc inparamS @inpar varchar(20) as begin select top 1 * from Address where City_Name=@inpar end .net调用 public static void 阅读全文
posted @ 2021-09-18 17:30 WantRemake 阅读(137) 评论(0) 推荐(0) 编辑