Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RowUpdatedEventArgs::CopyToRows Method (array<DataRow^>^)

 

Copies references to the modified rows into the provided array.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
void CopyToRows(
	array<DataRow^>^ array
)

Parameters

array
Type: array<System.Data::DataRow^>^

The array of DataRow to copy into.

array must be at least RowCount in length.

Throws an ArgumentNullException for a null instance of DataRow.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft