DataTable.NewRowArray(Int32) Método

Definição

Devolve um 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

Um Int32 valor que descreve o tamanho do array.

Devoluções

A nova matriz.

Aplica-se a