Click or drag to resize

ConfigurationGetTableName Method

Gives table name by database (source or 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 GetTableName(
	Databases pDatabase,
	Tables pTable
)

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Database source or target
pTable
Type: Velo.Database.Migration.DatabaseTables
Table type (example: ADR of source or Address of target

Return Value

Type: String
See Also