C# DataTable.NewRow 方法
DataTable.NewRow 方法Creates a new DataRow with the same schema as the table.
Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System.Data.DataRow
A DataRow with the same schema as the DataTable.
You must use the NewRow method to create new DataRow objects with the same schema as the DataTable. After creating a DataRow, you can add it to the DataRowCollection, through the DataTable object's Rows property. When you use NewRow to create new rows, the rows must be added to or deleted from the data table before you call Clear.
最后更新:2017-04-03 12:55:21
上一篇:
动态规划-jobdu-1547:出入栈
下一篇:
双队列的一种实现
springcloud 微服务架构之eureka服务注册与发现
再聊负载均衡SLB的主备可用区和高可用部署最佳实践
Tomcat5发布项目问题(1):jstl java.lang.NoClassDefFoundError javaxelValueExpression
Anbox:容器中的 Android
物理学家眼中的世界:编程的未来
物联网“兴奋剂”让传感器应用遍地开花
为 Android 添加 Java 层服务
[Qt教程] 第22篇 数据库(二)编译MySQL数据库驱动
浅谈智能质检在客服领域的应用
DB2 的REORG_学习(1)_REORG INDEXES/TABLE Command