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.CreateNewUpdateCommand

Creates a new command used during Update when updating records in a data source for modified rows in the data set.

[Visual Basic]
Overrides Protected Function CreateNewUpdateCommand() As DBCommand
[C#]
protected override DBCommand CreateNewUpdateCommand();
[C++]
protected: override DBCommand* CreateNewUpdateCommand();
[JScript]
protected override function CreateNewUpdateCommand() : DBCommand;

Return Value

An ADOCommand that contains the update information.

See Also

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