Creates a new command used during Update when inserting records in a data source as new rows in the data set.
[Visual Basic] Overrides Protected Function CreateNewInsertCommand() As DBCommand [C#] protected override DBCommand CreateNewInsertCommand(); [C++] protected: override DBCommand* CreateNewInsertCommand(); [JScript] protected override function CreateNewInsertCommand() : DBCommand;
An ADOCommand that contains the insert command information.
ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace