C# 클래스 Tortuga.Chain.Core.CommandExecutedEventArgs

Class CommandExecutedEventArgs is fired .
상속: System.EventArgs
파일 보기 프로젝트 열기: docevaad/Chain

공개 메소드들

메소드 설명
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