'Declaration Public Overrides Property UpdateBatchSize As Integer
public override int UpdateBatchSize {get; set;}
'Declaration Public Overrides Property UpdateBatchSize As Integer
public override int UpdateBatchSize {get; set;}
Value | Meaning |
---|---|
0 | The SQLiteDataAdapter will use the largest batch size that the server can handle. |
1 | Batch updating is disabled. |
Greater than 1 | Changes are sent using batches of UpdateBatchSize operations at a time. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2