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