DBTable.CancelBatch
Wrapper around ADODB.Recordset.CancelBatch. Cancels and discards pending batched changes when using lock type scLockBatchOptimistic.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub DBTable.CancelBatch( _
Optional AffectRecords As Integer = 3)
|
AffectRecords [in, optional]
Type: Integer Default value: 3 |
This function does not return a value. |