C# Class Framework.Migrator.Fluent.RemoveColumn

Removes table column.
Inheritance: Column
Datei anzeigen Open project: coreframework/Core-Framework Class Usage Examples

Public Methods

Method Description
Migrate ( ITransformationProvider database ) : void

Removes table column.

RemoveColumn ( String columnName, String tableName ) : System

Initializes a new instance of the RemoveColumn class.

Method Details

Migrate() public method

Removes table column.
public Migrate ( ITransformationProvider database ) : void
database ITransformationProvider The database.
return void

RemoveColumn() public method

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