[To be supplied.]
[Visual Basic] Public Sub New( _ ByVal row As DataRow, _ ByVal command As DBCommand, _ ByVal commandType As String _ ) [C#] public SQLRowUpdatedEventArgs( DataRow row, DBCommand command, string commandType ); [C++] public: SQLRowUpdatedEventArgs( DataRow* row, DBCommand* command, String* commandType ); [JScript] public function SQLRowUpdatedEventArgs( row : DataRow, command : DBCommand, commandType : String );
SQLRowUpdatedEventArgs Class | SQLRowUpdatedEventArgs Members | System.Data.SQL Namespace