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!

DBDataSetCommand.CreateNewDeleteCommand

[To be supplied.]

[Visual Basic]
MustOverride Protected Function CreateNewDeleteCommand() As _
   DBCommand
[C#]
protected abstract DBCommand CreateNewDeleteCommand();
[C++]
protected: virtual DBCommand* CreateNewDeleteCommand() = 0;
[JScript]
protected abstract function CreateNewDeleteCommand() : DBCommand;

See Also

DBDataSetCommand Class | DBDataSetCommand Members | System.Data.Internal Namespace