A collection of SABulkCopyColumnMapping objects that inherits from System.Collections.CollectionBase.
Public NotInheritable Class SABulkCopyColumnMappingCollection Inherits System.Collections.CollectionBase
public sealed class SABulkCopyColumnMappingCollection : System.Collections.CollectionBase
All members of SABulkCopyColumnMappingCollection class, including all inherited members.
Name | Description |
---|---|
Adds the specified SABulkCopyColumnMapping object to the collection. | |
Clear method (Inherited from System.Collections.CollectionBase) |
Removes all objects from the System.Collections.CollectionBase instance. |
Gets a value indicating whether a specified SABulkCopyColumnMapping object exists in the collection. | |
Copies the elements of the SABulkCopyColumnMappingCollection to an array of SABulkCopyColumnMapping items, starting at a particular index. | |
GetEnumerator method (Inherited from System.Collections.CollectionBase) |
Returns an enumerator that iterates through the System.Collections.CollectionBase instance. |
Gets or sets the index of the specified SABulkCopyColumnMapping object within the collection. | |
OnClear method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. |
OnClearComplete method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. |
OnInsert method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. |
OnInsertComplete method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. |
OnRemove method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. |
OnRemoveComplete method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. |
OnSet method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. |
OnSetComplete method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. |
OnValidate method (Inherited from System.Collections.CollectionBase) |
Performs additional custom processes when validating a value. |
Removes the specified SABulkCopyColumnMapping element from the SABulkCopyColumnMappingCollection. | |
Removes the mapping at the specified index from the collection. | |
Capacity property (Inherited from System.Collections.CollectionBase) |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain. |
Count property (Inherited from System.Collections.CollectionBase) |
Gets the number of elements contained in the System.Collections.CollectionBase instance. |
InnerList property (Inherited from System.Collections.CollectionBase) |
Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. |
List property (Inherited from System.Collections.CollectionBase) |
Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. |
Gets the SABulkCopyColumnMapping object at the specified index. |
The SABulkCopyColumnMappingCollection class is not available in the .NET Compact Framework 2.0.
Add method
Contains method
CopyTo method
IndexOf method
Remove method
RemoveAt method
this property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |