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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SABulkCopyColumnMappingCollection class

SABulkCopyColumnMappingCollection class Next Page

SABulkCopyColumnMappingCollection members


Public properties
Member nameDescription
[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 nameDescription
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