C# Class Simple.Migrator.Fluent.ForeignKeyAction

Inheritance: InsideTableAction
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
ForeignKeyAction ( TableAction table, string name ) : System
ForeignKeyAction ( TableAction table, string name, IList foreignKeyColumns, string primaryKeyTable, IList primaryKeyColumns ) : System
ForeignKeyAction ( TableAction table, string name, string foreignKeyColumn, string primaryKeyTable, string primaryKeyColumn ) : System

Method Details

ForeignKeyAction() public méthode

public ForeignKeyAction ( TableAction table, string name ) : System
table TableAction
name string
Résultat System

ForeignKeyAction() public méthode

public ForeignKeyAction ( TableAction table, string name, IList foreignKeyColumns, string primaryKeyTable, IList primaryKeyColumns ) : System
table TableAction
name string
foreignKeyColumns IList
primaryKeyTable string
primaryKeyColumns IList
Résultat System

ForeignKeyAction() public méthode

public ForeignKeyAction ( TableAction table, string name, string foreignKeyColumn, string primaryKeyTable, string primaryKeyColumn ) : System
table TableAction
name string
foreignKeyColumn string
primaryKeyTable string
primaryKeyColumn string
Résultat System