Method | Description | |
---|---|---|
ImportViewModel ( ) : System.Text |
Method | Description | |
---|---|---|
CreateConnectionString ( ) : string |
Create and returns the connection string.
|
|
CreateConnectionStringWithoutCatalog ( ) : string |
Create and returns the connection string without catalog name.
|
|
DeployCatalogCommandExecute ( ) : void |
This callback is called when the catalog combobox is deployed.
|
|
GenerateTablesCommandExecute ( ) : void | ||
GetColumnDefinitions ( string tableName, string connectionString, List |
||
GetDatabases ( string connectionString ) : Task
|
Returns the databases name.
|
|
GetTables ( string connectionString ) : Task
|
||
IsConnectionStringValid ( string connectionString ) : Task |
||
RegisterCommands ( ) : void | ||
TestConnectionCommandExecute ( ) : void |
Check the connection string is correct.
|