Click or drag to resize

Configuration Class

Database configuration
Inheritance Hierarchy
SystemObject
  Velo.Database.Migration.DatabaseConfiguration

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 Configuration

The Configuration type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetConnection
Gives a database connection object
Public methodStatic memberGetConnectionString
Get connection string by Databases (source, target)
Public methodStatic memberGetDatabaseName
Get database name of source or target (App.config)
Public methodStatic memberGetSQLScriptDirectory
Make SQL file full name include path
Public methodStatic memberGetTableName
Gives table name by database (source or target)
Public methodStatic memberGetTablePath
Gives table path
Top
Remarks
Connection strings store in App.config file
See Also