C# Class Simple.Migrator.Fluent.ColumnChangeAction

Inheritance: ColumnAction
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
ColumnChangeAction ( TableAction table, string name, DbType type ) : System
Execute ( ITransformationProvider provider ) : void

Method Details

ColumnChangeAction() public method

public ColumnChangeAction ( TableAction table, string name, DbType type ) : System
table TableAction
name string
type DbType
return System

Execute() public method

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