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 SQLCommand that contains the update information.
SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace