DataRowCollection.Add 方法

DataRowCollection 添加 DataRow

重载列表

名称 说明
DataRowCollection.Add (DataRow) 将指定的 DataRow 添加到 DataRowCollection 对象中。

由 .NET Compact Framework 支持。
DataRowCollection.Add (Object[]) 创建使用指定值的行,并将其添加到 DataRowCollection 中。

由 .NET Compact Framework 支持。

请参见

参考

DataRowCollection 类
DataRowCollection 成员
System.Data 命名空间
Clear
DataTable
DataRow 类
NewRow
Remove