2017年9月1日

Oracle批量插入在C#中的应用

摘要: public void SetUserReportResult(int[] reportId, bool isReceive, string result) { if (reportId == null) throw new ArgumentNullException("reportId"); res... 阅读全文

posted @ 2017-09-01 11:44 跨界农民工 阅读(2016) 评论(0) 推荐(0)

Oracle自定义类型在C#中调用示例

摘要: 1.C#代码: 2.定义与数据库对应类型: 3.数据库类型定义及表类型定义 4.C#调用的存储过程 阅读全文

posted @ 2017-09-01 11:40 跨界农民工 阅读(784) 评论(0) 推荐(0)

导航