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!

ADODataSetCommand.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 ADOCommand that contains the delete command information.

See Also

ADODataSetCommand Class | ADODataSetCommand Members | System.Data.ADO Namespace