摘要: From:MSDN Example private static void DemonstrateMergeTable() { // Demonstrate merging, within and without // preserving changes. // In this example, take these actions: ... 阅读全文
posted @ 2008-05-04 20:01 roboth 阅读(193) 评论(1) 推荐(0)
摘要: //Create DataTable DataTable dt = new DataTable(); dt.CaseSensitive = true; //Create DataColumns DataColumn col1 = new DataColumn("id", typeof(int)); DataColumn... 阅读全文
posted @ 2008-05-04 18:51 roboth 阅读(246) 评论(0) 推荐(0)