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