Method | Description | |
---|---|---|
Commit ( ) : dynamic |
Used to commit the transaction data
|
|
Rollback ( ) : void |
Used to rollback the transaction in the event of failure
|
|
SqlAzureTransaction ( SqlAzureManager manager ) : System |
Method | Description | |
---|---|---|
AddNewSqlServer ( ) : string |
Creates an executes an Add new Sql Azure Server instance command
|
|
DeleteSqlServer ( ) : void | ||
ExecuteBatchNonQuery ( string sql, |
||
ExecuteCommand ( |
Executes a set of commands against a Sql database
|
|
ExecuteScripts ( |
Executes a set of scripts against a Sql Azure database
|
|
GetConnection ( string dbName ) : |
Gets a connection to a Sql Database
|
public SqlAzureTransaction ( SqlAzureManager manager ) : System | ||
manager | SqlAzureManager | |
return | System |