DataRelationCollection::CopyTo Method (array<DataRelation^>^, Int32)

 

Copies the collection of DataRelation objects starting at the specified index.

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

public:
void CopyTo(
	array<DataRelation^>^ array,
	int index
)

Parameters

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

The array of DataRelation objects to copy the collection to.

index
Type: System::Int32

The index to start from.

.NET Framework
Available since 2.0
Return to top
Show: