DataTable.NewRowArray(Int32) Méthode

Définition

Retourne un tableau 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()

Paramètres

size
Int32

Valeur Int32 qui décrit la taille du tableau.

Retours

Nouveau tableau.

S’applique à