GetDeleteCommand method

Description

A generated AseCommand object, performs Delete operations on the database when AseDataAdapter.Update() is called.

Syntax

AseCommand GetDeleteCommand( )

Return value

The automatically generated AseCommand object required to perform deletions.

Usage