关键词搜索

源码搜索 ×
×

C# DataTable.NewRow 方法

发布2014-03-03浏览4163次

详情内容

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.

相关技术文章

最新源码

下载排行榜

点击QQ咨询
开通会员
返回顶部
×
微信扫码支付
微信扫码支付
确定支付下载
请使用微信描二维码支付
×

提示信息

×

选择支付方式

  • 微信支付
  • 支付宝付款
确定支付下载