DataTable.NewRowArray(Int32) Метод
Определение
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()
Параметры
- size
- Int32
Значение Int32, описывающее размер массива.A Int32 value that describes the size of the array.
Возвращаемое значение
- DataRow[]
Новый массив.The new array.