C# Класс Tortuga.Chain.Core.CommandExecutedEventArgs

Class CommandExecutedEventArgs is fired .
Наследование: System.EventArgs
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandExecutedEventArgs ( DbCommand command, int rowsAffected ) : System

Initializes a new instance of the CommandExecutedEventArgs class.

Описание методов

CommandExecutedEventArgs() публичный Метод

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.
Результат System