Property | Type | Description | |
---|---|---|---|
Connection | |||
Parameters | object>.Dictionary | ||
Sql | string | ||
UndoSql | string |
Method | Description | |
---|---|---|
CommandName ( ) : string | ||
Execute ( ) : void | ||
SqlJobCommand ( string commandName, string sql ) : System | ||
Undo ( ) : void |
Method | Description | |
---|---|---|
EnsureConnectionIsOpen ( ) : void | ||
ExecuteNonQuery ( string sql ) : void |
public SqlJobCommand ( string commandName, string sql ) : System | ||
commandName | string | |
sql | string | |
return | System |
public SqlConnection,System.Data.SqlClient Connection | ||
return |