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!

SQLDataSetCommand.RemoveOnRowUpdated

[To be supplied.]

[Visual Basic]
Overridable Public Sub RemoveOnRowUpdated( _
   ByVal handler As SQLRowUpdatedEventHandler _
)
[C#]
public virtual void RemoveOnRowUpdated(
   SQLRowUpdatedEventHandler handler
);
[C++]
public: virtual void RemoveOnRowUpdated(
   SQLRowUpdatedEventHandler* handler
);
[JScript]
public function RemoveOnRowUpdated(
   handler : SQLRowUpdatedEventHandler
);

Parameters

handler
[To be supplied.]

See Also

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