InsertCommand property

Specifies a ULCommand object that is executed against the database when the DbDataAdapter.Update method is called to insert rows in the database that correspond to inserted rows in the System.Data.DataSet.

 Visual Basic syntax
 C# syntax
 Remarks
 See also