Gets or sets a value that specifies the number of rows that can be executed in a batch.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overrides NotOverridable Property UpdateBatchSize As Integer
             
        
            
            'Usage
 
Dim instance As TdDataAdapter
Dim value As Integer
 
instance.UpdateBatchSize = value
 
value = instance.UpdateBatchSize
             
        
            
            public override int UpdateBatchSize {get; set;}
             
        
            
            public:
property int UpdateBatchSize {
   int get() override;
   void set (    int value) override;
}
             
        
             
        
            
            
             
            Exceptions
            
            
            
            
            
            
            
            
            Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also