Свойство | Тип | Описание | |
---|---|---|---|
DropDatabase | bool | ||
GetCommandLineParameters | string>.Dictionary | ||
GetSetting | bool | ||
GetSetting | string | ||
IdentifyDatabaseConnectionString | bool | ||
IsValidFileName | bool | ||
UIInstall | void |
Метод | Описание | |
---|---|---|
DatabaseInstaller ( ) : System |
The default constructor
|
|
GetScript ( InstallSetup setup ) : string |
Returns the upgrade script for the specified database
|
|
Install ( InstallSetup setup ) : void |
Performs an install of a database
|
|
Install ( System stateSaver ) : void |
Performs an install of a database
|
|
IsVersioned ( string connectionString ) : bool |
Determines if the specified database has ever been versioned by the framework
|
|
NeedsUpdate ( string connectionString ) : bool |
Determines if the specified database needs to be upgraded
|
|
ShowHelp ( ) : void | ||
Uninstall ( System savedState ) : void |
|
|
VersionInstalled ( string connectionString ) : string |
Determines the current version of the specified database
|
|
VersionLatest ( ) : string |
The database version to which this installer will upgrade a database
|
Метод | Описание | |
---|---|---|
DropDatabase ( string dbname, string masterConnectionString ) : bool | ||
GetCommandLineParameters ( ) : string>.Dictionary |
||
GetSetting ( string>.Dictionary |
||
GetSetting ( string>.Dictionary |
||
IdentifyDatabaseConnectionString ( InstallSetup setup ) : bool | ||
IsValidFileName ( string fileName ) : bool | ||
UIInstall ( InstallSetup setup ) : void |
public GetScript ( InstallSetup setup ) : string | ||
setup | InstallSetup | |
Результат | string |
public Install ( InstallSetup setup ) : void | ||
setup | InstallSetup | |
Результат | void |
public Install ( System stateSaver ) : void | ||
stateSaver | System | |
Результат | void |
public IsVersioned ( string connectionString ) : bool | ||
connectionString | string | |
Результат | bool |
public NeedsUpdate ( string connectionString ) : bool | ||
connectionString | string | |
Результат | bool |
public Uninstall ( System savedState ) : void | ||
savedState | System | |
Результат | void |
public VersionInstalled ( string connectionString ) : string | ||
connectionString | string | |
Результат | string |