C# Class Tortuga.Chain.Core.CommandExecutedEventArgs

Class CommandExecutedEventArgs is fired .
Inheritance: System.EventArgs
ファイルを表示 Open project: docevaad/Chain

Public Methods

Method Description
CommandExecutedEventArgs ( DbCommand command, int rowsAffected ) : System

Initializes a new instance of the CommandExecutedEventArgs class.

Method Details

CommandExecutedEventArgs() public method

Initializes a new instance of the CommandExecutedEventArgs class.
public CommandExecutedEventArgs ( DbCommand command, int rowsAffected ) : System
command System.Data.Common.DbCommand The command.
rowsAffected int The number of rows affected.
return System