Click or drag to resize

DataGetDataTableStructure Method

Gives a data table of table structure

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

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Source or target
pTable
Type: Velo.Database.Migration.DatabaseTables
Table select to of structure (Address, Bike, ...)

Return Value

Type: DataTable
Data table of table structure
See Also