C# Class Deeply.ExecuteSqlTask

ExecuteSqlTask class definition.
Inheritance: TaskBase
Afficher le fichier Open project: jsnape/deeply

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task

Implementation function for the execution.

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

Implementation function for the verification.

Method Details

ExecuteInternalAsync() protected méthode

Implementation function for the execution.
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Résultat System.Threading.Tasks.Task

ExecuteSqlTask() public méthode

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

ExecuteSqlTask() public méthode

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.
Résultat System

VerifyInternalAsync() protected méthode

Implementation function for the verification.
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task
context ITaskContext Verification context.
Résultat System.Threading.Tasks.Task