Share via


ObjectParameterCollection.CopyTo(ObjectParameter[], Int32) Method

Definition

Allows the parameters in the collection to be copied into a supplied array, starting with the object at the specified index.

public void CopyTo (System.Data.Entity.Core.Objects.ObjectParameter[] array, int arrayIndex);
abstract member CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
override this.CopyTo : System.Data.Entity.Core.Objects.ObjectParameter[] * int -> unit
Public Sub CopyTo (array As ObjectParameter(), arrayIndex As Integer)

Parameters

array
ObjectParameter[]

The array into which to copy the parameters.

arrayIndex
Int32

The index in the array at which to start copying the parameters.

Applies to