DataTable.NewRowArray(Int32) Método

Definición

Devuelve una matriz de 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()

Parámetros

size
Int32

Un valor Int32 que describe el tamaño de la matriz.

Devoluciones

Nueva matriz.

Se aplica a