C# Класс Deeply.ExecuteSqlTask

ExecuteSqlTask class definition.
Наследование: TaskBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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