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

On this page
    Timeout Property
    On this page
    Gets or sets the number of seconds for the data load operation to complete before it times out.
    Syntax
    'Declaration
     
    Public Property Timeout As Integer
    public int Timeout {get; set;}

    Property Value

    The number of seconds for the data load operation to complete before it times out.
    See Also