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

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

공개 메소드들

메소드 설명
CommandBuiltEventArgs ( DbCommand command ) : System

Initializes a new instance of the CommandBuiltEventArgs class.

메소드 상세

CommandBuiltEventArgs() 공개 메소드

Initializes a new instance of the CommandBuiltEventArgs class.
public CommandBuiltEventArgs ( DbCommand command ) : System
command System.Data.Common.DbCommand The command.
리턴 System