NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SQLDataSetCommand.CreateNewDeleteCommand

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;

Return Value

An SQLCommand that contains the delete command information.

See Also

SQLDataSetCommand Class | SQLDataSetCommand Members | System.Data.SQL Namespace