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