12 references to NewRowArray
System.Data.Common (12)
System\Data\DataRelation.cs (2)
224
return childKey.Table.
NewRowArray
(0);
239
return parentKey.Table.
NewRowArray
(0);
System\Data\DataRow.cs (2)
821
return _table.
NewRowArray
(0);
927
return _table.
NewRowArray
(0);
System\Data\DataTable.cs (1)
3171
DataRow[] temp =
NewRowArray
(errorList.Count);
System\Data\RecordManager.cs (1)
36
DataRow[] newRows = _table.
NewRowArray
(_recordCapacity);
System\Data\Select.cs (5)
557
return _table.
NewRowArray
(0);
571
return _table.
NewRowArray
(0);
585
return _table.
NewRowArray
(0);
594
DataRow[] newRows = _table.
NewRowArray
(_recordCount);
852
resultRows = _table.
NewRowArray
(matchingRows.Count);
System\Data\Selection.cs (1)
703
DataRow[] newRows = _table.
NewRowArray
(range.Count);