Метод | Описание | |
---|---|---|
CommandExecutedEventArgs ( DbCommand, command, int? rowsAffected ) : System.Data.Common |
Initializes a new instance of the CommandExecutedEventArgs class.
|
public CommandExecutedEventArgs ( DbCommand, command, int? rowsAffected ) : System.Data.Common | ||
command | DbCommand, | The command. |
rowsAffected | int? | The number of rows affected. |
Результат | System.Data.Common |