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!

RowUpdatingEventArgs.Command

[To be supplied.]

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

See Also

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