dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderColumnCollection Class
Properties Methods

In This Topic
    OracleLoaderColumnCollection Class Members
    In This Topic

    The following tables list the members exposed by OracleLoaderColumnCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OracleLoaderColumnCollection class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
    Public PropertyGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets or sets the OracleLoaderColumn at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds the specified OracleLoaderColumn to the OracleLoaderColumnCollection.  
    Public MethodRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Gets a value indicating whether a Devart.Common.DbLoaderColumn object exists in the collection. (Inherited from Devart.Common.DbLoaderColumnCollection)
    Public MethodCopies Devart.Common.DbLoaderColumn objects from the Devart.Common.DbLoaderColumnCollection to the specified array. (Inherited from Devart.Common.DbLoaderColumnCollection)
    Public MethodReturns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Gets the location in the collection of the Devart.Common.DbLoaderColumn object. (Inherited from Devart.Common.DbLoaderColumnCollection)
    Public MethodInserts a Devart.Common.DbLoaderColumn into the collection at the specified index. (Inherited from Devart.Common.DbLoaderColumnCollection)
    Public MethodRemoves the specified Devart.Common.DbLoaderColumn object from the collection. (Inherited from Devart.Common.DbLoaderColumnCollection)
    Public MethodRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
    Top
    See Also