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!

SQLRowUpdatingEventArgs.Command

[To be supplied.]

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

See Also

SQLRowUpdatingEventArgs Class | SQLRowUpdatingEventArgs Members | System.Data.SQL Namespace