Click or drag to resize
IsolatedIntegrationTestsExecuteWithExtraDatabase Method
Executes the given action in the context of the given extra database

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public void ExecuteWithExtraDatabase(
	string dbName,
	Action<string> action
)

Parameters

dbName
Type: SystemString
Database name
action
Type: SystemActionString
Action to execute
See Also