Click or drag to resize

Data Class

Data handling
Inheritance Hierarchy
SystemObject
  Velo.Database.Migration.DatabaseData

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 class Data

The Data type exposes the following members.

Methods
  NameDescription
Protected methodStatic memberGetDataTable(Databases, String)
Gives a data table by SQL statement
Public methodStatic memberGetDataTable(Databases, Tables)
Gives a data table
Public methodStatic memberGetDataTableStructure
Gives a data table of table structure
Public methodStatic memberGetFieldList
Gives a field list of table structure
Public methodStatic memberGetSQLCleanUp
Gives a SQL script of data clean up for migration
Public methodStatic memberGetSQLCreateTable
Gives a SQL table crate script
Public methodStatic memberGetSQLDropTable
Gives a SQL drop table script. Delete table data!
Protected methodStatic memberGetSQLTransfer
Gives a SQL script of data transfer from source to target
Public methodStatic memberSQLExecute
Execute a SQL statement
Top
See Also