DataTable.NewRowArray(Int32) Method

Definition

Returns an array of 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()

Parameters

size
Int32

A Int32 value that describes the size of the array.

Returns

The new array.

Applies to