Name | Description | |
---|---|---|
SqlLoaderColumnCollection Constructor | Initializes a new instance of the SqlLoaderColumnCollection class. |
The following tables list the members exposed by SqlLoaderColumnCollection.
Name | Description | |
---|---|---|
SqlLoaderColumnCollection Constructor | Initializes a new instance of the SqlLoaderColumnCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the SqlLoaderColumn at the specified index. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified SqlLoaderColumn to the SqlLoaderColumnCollection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Overloaded. Gets a value indicating whether a Devart.Common.DbLoaderColumn object exists in the collection. (Inherited from Devart.Common.DbLoaderColumnCollection) | |
CopyTo | Copies Devart.Common.DbLoaderColumn objects from the Devart.Common.DbLoaderColumnCollection to the specified array. (Inherited from Devart.Common.DbLoaderColumnCollection) | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Overloaded. Gets the location in the collection of the Devart.Common.DbLoaderColumn object. (Inherited from Devart.Common.DbLoaderColumnCollection) | |
Insert | Inserts a Devart.Common.DbLoaderColumn into the collection at the specified index. (Inherited from Devart.Common.DbLoaderColumnCollection) | |
Remove | Removes the specified Devart.Common.DbLoaderColumn object from the collection. (Inherited from Devart.Common.DbLoaderColumnCollection) | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |