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

In This Topic
    BatchSize Property
    In This Topic
    Gets or sets a size of data packet loaded to the server.
    Syntax
    'Declaration
     
    Public Property BatchSize As Integer
    public int BatchSize {get; set;}

    Property Value

    Size of the data packet in bytes.
    See Also