C# Class Simple.Migrator.Fluent.TableAddAction

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

Public Methods

Method Description
Execute ( ITransformationProvider provider ) : void
TableAddAction ( SchemaAction database, string name ) : System

Method Details

Execute() public method

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

TableAddAction() public method

public TableAddAction ( SchemaAction database, string name ) : System
database SchemaAction
name string
return System