IsolatedIntegrationTestsExecuteWithExtraDatabase Method |
Executes the given action in the context of the given extra database
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax public void ExecuteWithExtraDatabase(
string dbName,
Action<string> action
)
Parameters
- dbName
- Type: SystemString
Database name - action
- Type: SystemActionString
Action to execute
See Also