Click or drag to resize

ConfigurationGetDatabaseName Method

Get database name of source or target (App.config)

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 GetDatabaseName(
	Databases pDatabase
)

Parameters

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

Return Value

Type: String
Database name
See Also