3 references to CopyTo
System.Data (3)
fx\src\data\System\Data\DataTable.cs (2)
2117
Rows.
CopyTo
(oldRows, 0);
3585
Rows.
CopyTo
(oldRows, 0);
fx\src\data\System\Data\Filter\AggregateNode.cs (1)
160
childTable.Rows.
CopyTo
(rows, 0);