Click or drag to resize

ConfigTestDatabase Property

Get or set the connection of the test SQL database

Namespace:  AskiaPortalCmn.Configuration
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
public string TestDatabase { get; }

Property Value

Type: String

Implements

IConfigTestDatabase
Remarks
This connection string is automatically used by default with the EnvironmentMode equals to Test
See Also