Click or drag to resize

DataGetSQLTransfer Method

Gives a SQL script of data transfer from source to 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
internal static string GetSQLTransfer(
	Tables pTable
)

Parameters

pTable
Type: Velo.Database.Migration.DatabaseTables
Address, Bike, ...

Return Value

Type: String
SQL statement of data transfer
Remarks
The SQL statement overwrite data!
Note Note
Method GetSQLTransfer normally write a SQL statement but sales transfer read and write directly data records.

The result is message of sales transfer.

See also Transfer(Boolean, Label)

See Also