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

Creates a new command used during Update when inserting records in a data source as new rows in the data set.

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

Return Value

An ADOCommand that contains the insert command information.

See Also

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