GetUpdateCommand method

Description

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

Syntax

AseCommand GetUpdateCommand( )

Return value

The automatically generated AseCommand object required to perform updates.

Usage