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)
Syntaxpublic static string GetDatabaseName(
Databases pDatabase
)
Public Shared Function GetDatabaseName (
pDatabase As Databases
) As String
Parameters
- pDatabase
- Type: Velo.Database.Migration.DatabaseDatabases
Database source or target
Return Value
Type:
StringDatabase name
See Also