EntityParameterCollection.CopyTo Method
Copies all the elements of the current EntityParameterCollection to the specified one-dimensional array.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | CopyTo(Array, Int32) | Copies all the elements of the current EntityParameterCollection to the specified one-dimensional Array starting at the specified destination Array index.(Overrides DbParameterCollection.CopyTo(Array, Int32).) |
![]() | CopyTo(EntityParameter[], Int32) | Copies all the elements of the current EntityParameterCollection to the specified EntityParameterCollection starting at the specified destination index. |
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.
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.
Implements
ICollection.CopyTo(Array, Int32)EntityParameterCollection.CopyTo Method (EntityParameter[], Int32)
Copies all the elements of the current EntityParameterCollection to the specified EntityParameterCollection starting at the specified destination index.
Parameters
- array
-
Type:
System.Data.Entity.Core.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.