dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Loader Class / DB2Loader Constructor / DB2Loader Constructor()

In This Topic
    DB2Loader Constructor()
    In This Topic
    Creates an DB2Loader object without Connection and with empty TableName.
    Syntax
    'Declaration
     
    Public Function New()
    public DB2Loader()
    Remarks
    To use an DB2Loader object created with this constructor you must set Connection and TableName properties.
    See Also