摘要: 1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Linq;4usingSystem.Text;5usingSystem.Reflection;67namespaceConsoleApplication18{9classProgram10{11staticvoidMain(string[]args)12{13//Operationop=newOperation();14MethodInfomethod=typeof(Operation).GetMethod("Add");15Attribute[]atts= 阅读全文
posted @ 2014-03-19 10:57 pnljs 阅读(5264) 评论(0) 推荐(0) 编辑
摘要: 设置主键列:this.tableTestData.PrimaryKey = new DataColumn[] { this.tableTestData.Columns[0] }; 阅读全文
posted @ 2014-03-19 09:23 pnljs 阅读(153) 评论(0) 推荐(0) 编辑