摘要: SQL通过Datatable更新数据库表内容 //要注意的一点是在Select语句中要选择的列中必须包含主键的列,此外不支持多表连接查询 DataTable dt = new DataTable(); using (SqlConnection sqlConn = new SqlConnection( 阅读全文
posted @ 2019-12-23 23:01 清语堂 阅读(1133) 评论(0) 推荐(0) 编辑
摘要: C# DataTable和DataRelation form2.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawin 阅读全文
posted @ 2019-12-23 16:20 清语堂 阅读(1022) 评论(0) 推荐(0) 编辑