DataTable.NewRowArray(Int32) Metodo

Definizione

Restituisce una matrice di 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()

Parametri

size
Int32

Valore Int32 che descrive le dimensioni della matrice.

Restituisce

Nuova matrice.

Si applica a