AdoRecordSet:CancelBatch()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:CancelBatch()

Previous pageReturn to chapter overviewNext page

Purpose

Cancels a pending batch update

 

Prototype

METHOD CancelBatch ( lAffectRecords AS USUAL )  AS VOID PASCAL CLASS AdoRecordSet

 

Argument(s)

AffectRecords        (Optional) An AffectEnum value that determines how many records the CancelBatch method will affect.

 

 

See Also

AdoRecordSet, AdoRecordSet:Updatebatch(), AdoAffectEnum