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

[To be supplied.]

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

See Also

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