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!

ADORowUpdatingEventArgs.Command

[To be supplied.]

[Visual Basic]
Public Property Command As ADOCommand
[C#]
public ADOCommand Command {new get; new set;}
[C++]
public: __property ADOCommand* get_Command();
public: __property void set_Command(ADOCommand*);
[JScript]
public function get Command() : ADOCommand;
public function set Command(ADOCommand);

See Also

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