C# Class Simple.Migrator.Fluent.TableRenameAction

Inheritance: IAction
ファイルを表示 Open project: juanplopes/simple Class Usage Examples

Public Methods

Method Description
Execute ( ITransformationProvider provider ) : void
TableRenameAction ( string fromName, string toName ) : System

Method Details

Execute() public method

public Execute ( ITransformationProvider provider ) : void
provider ITransformationProvider
return void

TableRenameAction() public method

public TableRenameAction ( string fromName, string toName ) : System
fromName string
toName string
return System