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 ADOCommand that contains the delete command information.
ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace