C# Class Sharp.Data.Fluent.AddForeignKey

Inheritance: DataClientAction, IAddForeignKeyOnColumn, IAddForeignKeyOfTable, IAddForeignKeyReferencingColumn, IAddForeignKeyOnDelete
Afficher le fichier Open project: sharpmigrations/sharpmigrations Class Usage Examples

Méthodes publiques

Méthode Description
AddForeignKey ( IDataClient dataClient, string fkName ) : Sharp.Data
OfTable ( string tableName ) : IAddForeignKeyReferencingColumn
OnColumn ( string columnName ) : IAddForeignKeyOfTable
OnDeleteCascade ( ) : void
OnDeleteNoAction ( ) : void
OnDeleteSetNull ( ) : void
ReferencingColumn ( string columnName ) : AddForeignKeyStepOfTable
ReverseAction ( ) : DataClientAction

Méthodes protégées

Méthode Description
ExecuteInternal ( ) : void

Method Details

AddForeignKey() public méthode

public AddForeignKey ( IDataClient dataClient, string fkName ) : Sharp.Data
dataClient IDataClient
fkName string
Résultat Sharp.Data

ExecuteInternal() protected méthode

protected ExecuteInternal ( ) : void
Résultat void

OfTable() public méthode

public OfTable ( string tableName ) : IAddForeignKeyReferencingColumn
tableName string
Résultat IAddForeignKeyReferencingColumn

OnColumn() public méthode

public OnColumn ( string columnName ) : IAddForeignKeyOfTable
columnName string
Résultat IAddForeignKeyOfTable

OnDeleteCascade() public méthode

public OnDeleteCascade ( ) : void
Résultat void

OnDeleteNoAction() public méthode

public OnDeleteNoAction ( ) : void
Résultat void

OnDeleteSetNull() public méthode

public OnDeleteSetNull ( ) : void
Résultat void

ReferencingColumn() public méthode

public ReferencingColumn ( string columnName ) : AddForeignKeyStepOfTable
columnName string
Résultat AddForeignKeyStepOfTable

ReverseAction() public méthode

public ReverseAction ( ) : DataClientAction
Résultat DataClientAction