RemoveAt method

Removes the mapping at the specified index from the collection.

Syntax
Visual Basic

Public Sub RemoveAt( _
   ByVal index As Integer _
)
C#

public void RemoveAt(
   int index
);
Parameters
  • index   The zero-based index of the SABulkCopyColumnMapping object to be removed from the collection.

See also