Method | Description | |
---|---|---|
DatabaseMigrationApplication ( |
||
Start ( string connectionStringName ) : void | ||
StartWithPrompt ( ) : void |
Method | Description | |
---|---|---|
AskUserForVersion ( bool allowBlank ) : long? | ||
Execute ( ) : void | ||
GetConnectionStringName ( ) : string | ||
GetDirection ( ) : string | ||
GetMigrationTags ( ) : List |
||
GetRunPopulateScripts ( ) : string | ||
GetRunnerProperties ( string connectionStringName, List |
||
GetTargetVersion ( string direction ) : long? |
public DatabaseMigrationApplication ( |
||
assembly | ||
return | System |
public Start ( string connectionStringName ) : void | ||
connectionStringName | string | |
return | void |