Méthode | Description | |
---|---|---|
AfterDown ( ) : void |
This is run after the Down transaction has been committed
|
|
AfterUp ( ) : void |
This is run after the Up transaction has been committed
|
|
Down ( ) : void |
Defines transformations to revert things done in
|
|
InitializeOnce ( string args ) : void |
This gets called once on the first migration object.
|
|
Up ( ) : void |
Defines tranformations to port the database to the current version.
|
public InitializeOnce ( string args ) : void | ||
args | string | |
Résultat | void |