Click or drag to resize

ConfigSetTestDatabase Method

Override the connection string of the test database

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public static void SetTestDatabase(
	string connectionString
)

Parameters

connectionString
Type: SystemString
Connection string to the test database.
See Also