DataTable.NewRowArray(Int32) Método

Definición

Devuelve un array 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

Valor Int32 que describe el tamaño de la matriz.

Devoluciones

Nueva matriz.

Se aplica a