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.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public void CopyTo(
	ObjectParameter[] array,
	int arrayIndex
)

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.