IDbDataAdapter.InsertCommand Property

Syntax:

IDbCommand IDbDataAdapter.InsertCommand { get; set; }

Description:

Type: System.Data.IDbCommand

The RdmCommand used to insert records into the database.

Reference:

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