'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. |