Click or drag to resize

DataGetSQLCreateTable Method

Gives a SQL table crate script

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 GetSQLCreateTable(
	Databases pSource,
	Tables pTable
)

Parameters

pSource
Type: Velo.Database.Migration.DatabaseDatabases
Database source or target
pTable
Type: Velo.Database.Migration.DatabaseTables
Address, Bike, ...

Return Value

Type: String
SQL crate table statement
Remarks
The SQL statement overwrite data! SQL script file linked by project Velo.Database
See Also