SABulkCopyColumnMappingCollection members

Public properties
Member name Description

[external link] Capacity (inherited from CollectionBase)

[external link] Count (inherited from CollectionBase)

Item property

Gets the SABulkCopyColumnMapping object at the specified index.

Public methods
Member name Description

Add methods

Adds the specified SABulkCopyColumnMapping object to the collection.

[external link] Clear (inherited from CollectionBase)

Contains method

Gets a value indicating whether a specified SABulkCopyColumnMapping object exists in the collection.

CopyTo method

Copies the elements of the SABulkCopyColumnMappingCollection to an array of SABulkCopyColumnMapping items, starting at a particular index.

[external link] GetEnumerator (inherited from CollectionBase)

IndexOf method

Gets or sets the index of the specified SABulkCopyColumnMapping object within the collection.

Remove method

Removes the specified SABulkCopyColumnMapping element from the SABulkCopyColumnMappingCollection.

RemoveAt method

Removes the mapping at the specified index from the collection.

See also