DataTable.NewRowArray(Int32) Metoda

Definice

Vrací pole 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()

Parametry

size
Int32

Hodnota Int32 , která popisuje velikost pole.

Návraty

Nové pole.

Platí pro