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

[To be supplied.]

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

See Also

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