Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULBulkCopyColumnMappingCollection class

ULBulkCopyColumnMappingCollection class Next Page

ULBulkCopyColumnMappingCollection members


Public properties
Member nameDescription

[external link] Capacity (inherited from CollectionBase)

[external link] Count (inherited from CollectionBase)

Item property

Gets the ULBulkCopyColumnMapping object at the specified index.

Public methods
Member nameDescription

Add methods

Adds the specified ULBulkCopyColumnMapping to the collection.

[external link] Clear (inherited from CollectionBase)

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)

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