C# Class CommandExecutedEventArgs, Tortuga.Chain

Inheritance: EventArgs
显示文件 Open project: docevaad/Chain Class Usage Examples

Public Methods

Method Description
CommandExecutedEventArgs ( DbCommand, command, int? rowsAffected ) : System.Data.Common

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.Data.Common
command DbCommand, The command.
rowsAffected int? The number of rows affected.
return System.Data.Common