C# Class Simple.Migrator.Fluent.ForeignKeyRemoveAction

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

Public Methods

Method Description
Execute ( ITransformationProvider provider ) : void
ForeignKeyRemoveAction ( TableAction table, string name ) : System

Method Details

Execute() public method

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

ForeignKeyRemoveAction() public method

public ForeignKeyRemoveAction ( TableAction table, string name ) : System
table TableAction
name string
return System