AdoRecord:DeleteRecord()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecord Class >

AdoRecord:DeleteRecord()

Previous pageReturn to chapter overviewNext page

Purpose

Deletes a the entity represented by a Record.

 

Prototype

METHOD DeleteRecord ( cSource AS USUAL, lASync AS USUAL ) AS VOID 

 

Argument(s)

cSource        STRING(Optional)a URL identifying the entity (for example, the file or directory) to be deleted

lAsync        LOGIC (Optional)A Boolean value that, when True, specifies that the delete operation is asychronous

 

 

See Also

AdoRecord, AdoRecord:Cancel()