C# 클래스 CommandExecutedEventArgs, Tortuga.Chain

상속: EventArgs
파일 보기 프로젝트 열기: docevaad/Chain 1 사용 예제들

공개 메소드들

메소드 설명
CommandExecutedEventArgs ( DbCommand, command, int? rowsAffected ) : System.Data.Common

Initializes a new instance of the CommandExecutedEventArgs class.

메소드 상세

CommandExecutedEventArgs() 공개 메소드

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.
리턴 System.Data.Common