C# Class CommandExecutedEventArgs, Tortuga.Chain

Inheritance: EventArgs
Afficher le fichier Open project: docevaad/Chain Class Usage Examples

Méthodes publiques

Méthode Description
CommandExecutedEventArgs ( DbCommand, command, int? rowsAffected ) : System.Data.Common

Initializes a new instance of the CommandExecutedEventArgs class.

Method Details

CommandExecutedEventArgs() public méthode

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.
Résultat System.Data.Common