C# Class Framework.Migrator.Fluent.RemoveForeignKey

Removes foreign key.
Inheritance: ForeignKey
Mostra file Open project: coreframework/Core-Framework Class Usage Examples

Public Methods

Method Description
Migrate ( ITransformationProvider database ) : void

Removes foreign key and foreign key column if specified.

RemoveForeignKey ( String reference, String foreignKeyTable ) : System

Initializes a new instance of the RemoveForeignKey class.

Method Details

Migrate() public method

Removes foreign key and foreign key column if specified.
public Migrate ( ITransformationProvider database ) : void
database ITransformationProvider The database.
return void

RemoveForeignKey() public method

Initializes a new instance of the RemoveForeignKey class.
public RemoveForeignKey ( String reference, String foreignKeyTable ) : System
reference String The reference.
foreignKeyTable String The foreign key table.
return System