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 Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal row As DataRow, _
   ByVal command As DBCommand, _
   ByVal commandType As String _
)
[C#]
public SQLRowUpdatingEventArgs(
   DataRow row,
   DBCommand command,
   string commandType
);
[C++]
public: SQLRowUpdatingEventArgs(
   DataRow* row,
   DBCommand* command,
   String* commandType
);
[JScript]
public function SQLRowUpdatingEventArgs(
   row : DataRow,
   command : DBCommand,
   commandType : String
);

Parameters

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

See Also

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