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.

EntityParameterCollection::CopyTo Method (Array^, Int32)

 

Copies all the elements of the current EntityParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.

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

public:
virtual void CopyTo(
	Array^ array,
	int index
) override

Parameters

array
Type: System::Array^

The one-dimensional Array that is the destination of the elements copied from the current EntityParameterCollection.

index
Type: System::Int32

A 32-bit integer that represents the index in the Array at which copying starts.

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