BufferSize Property (DbLoader)
                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.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also