FbBatchExecution   in method Execute() events improvements
----------------------------------------------------------

                 Key: DNET-250
                 URL: http://tracker.firebirdsql.org/browse/DNET-250
             Project: .NET Data provider
          Issue Type: Sub-task
          Components: ADO.NET Provider
            Reporter: Jiri Cincura
            Assignee: Jiri Cincura


class FbBatchExecution 
in method Execute() sometimes for raising events used constructions like this 
      this.OnCommandExecuting(null); 
... 
      this.OnCommandExecuted(null,... 
Events raised by such calls are useless. It is not possible to know neither 
statement type nor statement text. Why not to pass sqlCommand?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to