CopyTo method

Copies the elements of the ULBulkCopyColumnMappingCollection to an array of ULBulkCopyColumnMapping items, starting at a particular index.

Syntax
Visual Basic

Public Sub CopyTo( _
   ByVal array As ULBulkCopyColumnMapping(), _
   ByVal index As Integer _
)
C#

public void CopyTo(
   ULBulkCopyColumnMapping[] array,
   int index
);
Parameters
  • array   The one-dimensional ULBulkCopyColumnMapping array that is the destination of the elements copied from this ULBulkCopyColumnMappingCollection. The array must have zero-based indexing.

  • index   The zero-based index in the array at which copying begins.

See also