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

[To be supplied.]

[Visual Basic]
Protected Sub SetInsertCommandObject( _
   ByVal value As DBCommand _
)
[C#]
protected void SetInsertCommandObject(
   DBCommand value
);
[C++]
protected: void SetInsertCommandObject(
   DBCommand* value
);
[JScript]
protected function SetInsertCommandObject(
   value : DBCommand
);

Parameters

value
[To be supplied.]

See Also

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