C# Class Sharp.Data.Fluent.RemoveForeignKey

Inheritance: RemoveItemFromTable
Afficher le fichier Open project: sharpmigrations/sharpmigrations

Méthodes publiques

Méthode Description
RemoveForeignKey ( IDataClient dataClient, string foreignKeyName ) : Sharp.Data

Méthodes protégées

Méthode Description
ExecuteInternal ( ) : void

Method Details

ExecuteInternal() protected méthode

protected ExecuteInternal ( ) : void
Résultat void

RemoveForeignKey() public méthode

public RemoveForeignKey ( IDataClient dataClient, string foreignKeyName ) : Sharp.Data
dataClient IDataClient
foreignKeyName string
Résultat Sharp.Data