C# Class MigSharp.Core.Entities.AddedForeignKey

Inheritance: IAddedForeignKey
Datei anzeigen Open project: dradovic/MigSharp

Public Methods

Method Description
AddedForeignKey ( AddForeignKeyToCommand addForeignKeyToCommand ) : System.Collections.Generic
CascadeOnDelete ( ) : IAddedForeignKey
InSchema ( string schemaName ) : IAddedForeignKey
Through ( string columnName, string referencedColumnName ) : IAddedForeignKey

Method Details

AddedForeignKey() public method

public AddedForeignKey ( AddForeignKeyToCommand addForeignKeyToCommand ) : System.Collections.Generic
addForeignKeyToCommand MigSharp.Core.Commands.AddForeignKeyToCommand
return System.Collections.Generic

CascadeOnDelete() public method

public CascadeOnDelete ( ) : IAddedForeignKey
return IAddedForeignKey

InSchema() public method

public InSchema ( string schemaName ) : IAddedForeignKey
schemaName string
return IAddedForeignKey

Through() public method

public Through ( string columnName, string referencedColumnName ) : IAddedForeignKey
columnName string
referencedColumnName string
return IAddedForeignKey