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<EntityParameter^>^, Int32)
.NET Framework (current version)
Copies all the elements of the current EntityParameterCollection to the specified EntityParameterCollection starting at the specified destination index.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- array
-
Type:
array<System.Data.EntityClient::EntityParameter^>^
The EntityParameterCollection 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 EntityParameterCollection at which copying starts.
.NET Framework
Available since 3.5
Available since 3.5
Show: