C# Class Framework.Migrator.Fluent.ChangeColumn

Changes existing column.
Inheritance: Column
Exibir arquivo Open project: coreframework/Core-Framework Class Usage Examples

Public Methods

Method Description
ChangeColumn ( String columnName, String tableName ) : System

Initializes a new instance of the ChangeColumn class.

Migrate ( ITransformationProvider database ) : void

Changes existing column.

Method Details

ChangeColumn() public method

Initializes a new instance of the ChangeColumn class.
public ChangeColumn ( String columnName, String tableName ) : System
columnName String Name of the column.
tableName String Name of the table.
return System

Migrate() public method

Changes existing column.
public Migrate ( ITransformationProvider database ) : void
database ITransformationProvider The database.
return void