Click or drag to resize

ConfigurationGetConnectionString Method

Get connection string by Databases (source, target)

Namespace:  Velo.Database.Migration.Database
Assembly:  Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntax
public static string GetConnectionString(
	Databases pDatabase
)

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Database source or target

Return Value

Type: String
Remarks
Read from application "app.config" to start and section "ConnectionStrings" entry name "DBSource" ad "DBTarget"
See Also