IDbDataAdapter.UpdateCommand Property

Syntax:

IDbCommand IDbDataAdapter.UpdateCommand { get; set; }

Description:

Type: System.Data.IDbCommand

The RdmCommand used to update records into the database.

Reference:

For more information, reference MSDN documentation for: System.Data.IDbDataAdapter.UpdateCommand