A collection of ULBulkCopyColumnMapping objects that inherits from System.Collections.CollectionBase.
Public NotInheritable Class ULBulkCopyColumnMappingCollection Inherits System.Collections.CollectionBase
public sealed class ULBulkCopyColumnMappingCollection : System.Collections.CollectionBase
All members of ULBulkCopyColumnMappingCollection class, including all inherited members.
Name | Description |
---|---|
Adds the specified ULBulkCopyColumnMapping to the collection. | |
Clear method (Inherited from System.Collections.CollectionBase) |
Removes all objects from the System.Collections.CollectionBase instance. |
Returns whether the specified ULBulkCopyColumnMapping object exists in the collection. | |
Copies the elements of the ULBulkCopyColumnMappingCollection to an array of ULBulkCopyColumnMapping items, starting at a particular index. | |
GetEnumerator method (Inherited from System.Collections.CollectionBase) |
Returns an enumerator that iterates through the System.Collections.CollectionBase instance. |
Returns the index of the specified ULBulkCopyColumnMapping 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 ULBulkCopyColumnMapping element from the ULBulkCopyColumnMappingCollection. | |
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 ULBulkCopyColumnMapping object at the specified index. |
The ULBulkCopyColumnMappingCollection 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 |