C# 클래스 ORM.VSPackage.ImportWindowSqlServer.ViewModels.ImportViewModel

상속: BindableBase
파일 보기 프로젝트 열기: thabart/SimpleOrm 1 사용 예제들

공개 메소드들

메소드 설명
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