C# Class Simple.Migrator.Fluent.TableRenameAction

Inheritance: IAction
Afficher le fichier Open project: juanplopes/simple Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ITransformationProvider provider ) : void
TableRenameAction ( string fromName, string toName ) : System

Method Details

Execute() public méthode

public Execute ( ITransformationProvider provider ) : void
provider ITransformationProvider
Résultat void

TableRenameAction() public méthode

public TableRenameAction ( string fromName, string toName ) : System
fromName string
toName string
Résultat System