Property | Type | Description | |
---|---|---|---|
Connection | IDbConnection |
Method | Description | |
---|---|---|
CloseConnection ( IDbConnection conn ) : void |
No-Op.
|
|
GetConnection ( ) : IDbConnection |
Called by the framework.
|
|
Restart ( ) : void |
Closes the connection after the tests.
|
public CloseConnection ( IDbConnection conn ) : void | ||
conn | IDbConnection | The connection to close. |
return | void |