DataTable.NewRowArray(Int32) 方法

定义

返回 DataRow 的数组。

protected public:
 cli::array <System::Data::DataRow ^> ^ NewRowArray(int size);
protected internal System.Data.DataRow[] NewRowArray (int size);
member this.NewRowArray : int -> System.Data.DataRow[]
Protected Friend Function NewRowArray (size As Integer) As DataRow()

参数

size
Int32

描述数组大小的 Int32 值。

返回

新数组。

适用于