Method | 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.
|
Method | 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.
|
protected ExecuteInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
return | System.Threading.Tasks.Task |
public ExecuteSqlTask ( IDbConnectionFactory connectionFactory, string commandText ) : System | ||
connectionFactory | IDbConnectionFactory | Connection factory. |
commandText | string | Command to execute. |
return | System |
public ExecuteSqlTask ( string name, IDbConnectionFactory connectionFactory, string commandText ) : System | ||
name | string | Task name. |
connectionFactory | IDbConnectionFactory | Connection factory. |
commandText | string | Command to execute. |
return | System |
protected VerifyInternalAsync ( ITaskContext context ) : System.Threading.Tasks.Task | ||
context | ITaskContext | Verification context. |
return | System.Threading.Tasks.Task |