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!

DBDataSetCommand.CreateNewRowUpdatingEvent

[To be supplied.]

[Visual Basic]
MustOverride Protected Function CreateNewRowUpdatingEvent( _
   ByVal dataRow As DataRow, _
   ByVal command As DBCommand, _
   ByVal commandType As String _
) As RowUpdatingEventArgs
[C#]
protected abstract RowUpdatingEventArgs CreateNewRowUpdatingEvent(
   DataRow dataRow,
   DBCommand command,
   string commandType
);
[C++]
protected: virtual RowUpdatingEventArgs* CreateNewRowUpdatingEvent(
   DataRow* dataRow,
   DBCommand* command,
   String* commandType
) = 0;
[JScript]
protected abstract function CreateNewRowUpdatingEvent(
   dataRow : DataRow,
   command : DBCommand,
   commandType : String
) : RowUpdatingEventArgs;

Parameters

dataRow
[To be supplied.]
command
[To be supplied.]
commandType
[To be supplied.]

See Also

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