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.RemoveOnRowUpdating

[To be supplied.]

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

Parameters

handler
[To be supplied.]

See Also

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