C# 클래스 Deeply.ExecuteSqlTask

ExecuteSqlTask class definition.
상속: TaskBase
파일 보기 프로젝트 열기: jsnape/deeply

공개 메소드들

메소드 설명
ExecuteSqlTask ( IDbConnectionFactory connectionFactory, string commandText ) : System

Initializes a new instance of the ExecuteSqlTask class.

ExecuteSqlTask ( string name, IDbConnectionFactory connectionFactory, string commandText ) : System

Initializes a new instance of the ExecuteSqlTask class.

보호된 메소드들

메소드 설명
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the execution.

VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the verification.

메소드 상세

ExecuteInternalAsync() 보호된 메소드

Implementation function for the execution.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
리턴 System.Threading.Tasks.Task

ExecuteSqlTask() 공개 메소드

Initializes a new instance of the ExecuteSqlTask class.
public ExecuteSqlTask ( IDbConnectionFactory connectionFactory, string commandText ) : System
connectionFactory IDbConnectionFactory Connection factory.
commandText string Command to execute.
리턴 System

ExecuteSqlTask() 공개 메소드

Initializes a new instance of the ExecuteSqlTask class.
public ExecuteSqlTask ( string name, IDbConnectionFactory connectionFactory, string commandText ) : System
name string Task name.
connectionFactory IDbConnectionFactory Connection factory.
commandText string Command to execute.
리턴 System

VerifyInternalAsync() 보호된 메소드

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
리턴 System.Threading.Tasks.Task