Send feedback on this topic.
Teradata.Client.Provider
UpdateBatchSize Property



Teradata.Client.Provider Namespace > TdDataAdapter Class : UpdateBatchSize Property
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
ExceptionDescription
The property value is set to a number less than 0.
Remarks

For more information on UpdateBatchSize refer to the Batch Update Section of the Developer's Guide.

Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdDataAdapter Class
TdDataAdapter Members
TdDataAdapter And TdCommandBuilder
Batch Update