dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Loader Class / Options Property

In This Topic
    Options Property
    In This Topic
    Defines specific behaviors for writing data to server.
    Syntax
    'Declaration
     
    Public Property Options As DB2LoaderOptions
    public DB2LoaderOptions Options {get; set;}

    Property Value

    One of the DB2LoaderOptions values.
    See Also