ObjectParameterCollection.CopyTo Method (ObjectParameter[], Int32)
Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- array
-
Type:
System.Data.Entity.Core.Objects.ObjectParameter[]
The array into which to copy the parameters.
- arrayIndex
-
Type:
System.Int32
The index in the array at which to start copying the parameters.