Creates a new command used during Update when deleting records in a data source for deleted rows in the data set.
[Visual Basic] Overrides Protected Function CreateNewDeleteCommand() As DBCommand [C#] protected override DBCommand CreateNewDeleteCommand(); [C++] protected: override DBCommand* CreateNewDeleteCommand(); [JScript] protected override function CreateNewDeleteCommand() : DBCommand;
An SQLCommand that contains the delete command information.
SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace