摘要:
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= 阅读全文
摘要:
设置主键列:this.tableTestData.PrimaryKey = new DataColumn[] { this.tableTestData.Columns[0] }; 阅读全文