Click or drag to resize

DataGetDataTable Method (Databases, String)

Gives a data table by SQL statement

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 DataTable GetDataTable(
	Databases pDatabase,
	string pSQLStatement
)

Parameters

pDatabase
Type: Velo.Database.Migration.DatabaseDatabases
Source or target
pSQLStatement
Type: SystemString
SQL statement

Return Value

Type: DataTable
Data table by source or target
See Also