dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoaderColumnCollection Class / Add Method

In This Topic
    Add Method (OracleLoaderColumnCollection)
    In This Topic
    Overload List
    OverloadDescription
    Adds an OracleLoaderColumn to the OracleLoaderColumnCollection given the column name.  
    Adds an OracleLoaderColumn to the OracleLoaderColumnCollection given the column name, column data type, and column size.  
    Adds an OracleLoaderColumn to the OracleLoaderColumnCollection given the column name, column data type, precision, and scale.  
    Adds an OracleLoaderColumn to the OracleLoaderColumnCollection given the column name, column data type, column size, precision, scale and date format.  
    Adds the specified Devart.Common.DbLoaderColumn to the Devart.Common.DbLoaderColumnCollection. (Inherited from Devart.Common.DbLoaderColumnCollection)
    See Also