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

This class represents the actual preparation and execution of a command.
파일 보기 프로젝트 열기: docevaad/Chain 1 사용 예제들

보호된 메소드들

메소드 설명
ExecutionToken ( IDataSource dataSource, string operationName, string commandText, CommandType commandType ) : System

Initializes a new instance of the ExecutionToken class.

비공개 메소드들

메소드 설명
RaiseCommandBuild ( DbCommand command ) : void
RaiseCommandExecuted ( DbCommand command, int rowsAffected ) : void

메소드 상세

ExecutionToken() 보호된 메소드

Initializes a new instance of the ExecutionToken class.
protected ExecutionToken ( IDataSource dataSource, string operationName, string commandText, CommandType commandType ) : System
dataSource IDataSource The data source.
operationName string Name of the operation.
commandText string The command text.
commandType CommandType Type of the command.
리턴 System