dotConnect for MySQL Documentation
Devart.Common Namespace / DbLoader Class / BufferSize Property

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

    Property Value

    Size of the data packet in bytes.
    Remarks
    The default value is 0x40000 bytes. You can vary it to suit your needs or tune up performance.
    See Also