DataGetFieldList Method |  |
Gives a field list 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)
Syntaxpublic static string GetFieldList(
Databases pDatabase,
Tables pTable
)
Public Shared Function GetFieldList (
pDatabase As Databases,
pTable As Tables
) As String
Parameters
- pDatabase
- Type: Velo.Database.Migration.DatabaseDatabases
Source or target - pTable
- Type: Velo.Database.Migration.DatabaseTables
Table select to get field list (Address, Bike, ...)
Return Value
Type:
StringField list (field name 1, field name 2, field name 3, ...)
See Also