Click or drag to resize

DataGetSQLCleanUp Method

Gives a SQL script of data clean up for migration

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 GetSQLCleanUp(
	Databases pDatabase,
	Tables pTable
)

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Source or target
pTable
Type: Velo.Database.Migration.DatabaseTables
Address, Bike, ...

Return Value

Type: String
SQL statement of data clean up
Remarks
The SQL statement overwrite data!
See Also