ULBulkCopyColumnMappingCollection members

Public properties
Member name Description

[external link] Capacity (inherited from CollectionBase)

Gets or sets the number of elements that the [external link] CollectionBase can contain.

[external link] Count (inherited from CollectionBase)

Gets the number of elements contained in the [external link] CollectionBase instance.

Item property

Gets the ULBulkCopyColumnMapping object at the specified index.

Public methods
Member name Description

Add methods

Adds the specified ULBulkCopyColumnMapping to the collection.

[external link] Clear (inherited from CollectionBase)

Removes all objects from the [external link] CollectionBase instance.

Contains method

Returns whether the specified ULBulkCopyColumnMapping object exists in the collection.

CopyTo method

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

[external link] GetEnumerator (inherited from CollectionBase)

Returns an enumerator that iterates through the [external link] CollectionBase instance.

IndexOf method

Returns the index of the specified ULBulkCopyColumnMapping within the collection.

Remove method

Removes the specified ULBulkCopyColumnMapping element from the ULBulkCopyColumnMappingCollection.

RemoveAt method

Removes the mapping at the specified index from the collection.

See also