C# Класс ORM.VSPackage.ImportWindowSqlServer.ViewModels.ImportViewModel

Наследование: BindableBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImportViewModel ( ) : System.Text

Приватные методы

Метод Описание
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 columnDefinitions ) : System.Threading.Tasks.Task
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.

Описание методов

ImportViewModel() публичный Метод

public ImportViewModel ( ) : System.Text
Результат System.Text