DataTable.NewRowArray(Int32) Método

Definição

Retorna uma 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

Um valor Int32 que descreve o tamanho da matriz.

Retornos

A nova matriz.

Aplica-se a