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!

RowUpdatedEventArgs.Command

[To be supplied.]

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

See Also

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