GetInsertCommand method

Description

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

Syntax

AseCommand GetInsertCommand( )

Return value

The automatically generated AseCommand object required to perform insertions.

Usage