C# Class Sharp.Data.Fluent.AddForeignKeyStepOfTable

显示文件 Open project: sharpmigrations/sharpmigrations

Public Methods

Method Description
AddForeignKeyStepOfTable ( AddForeignKey addForeign ) : Sharp.Data
OfTable ( string referencingTable ) : IAddForeignKeyOnDelete

Method Details

AddForeignKeyStepOfTable() public method

public AddForeignKeyStepOfTable ( AddForeignKey addForeign ) : Sharp.Data
addForeign AddForeignKey
return Sharp.Data

OfTable() public method

public OfTable ( string referencingTable ) : IAddForeignKeyOnDelete
referencingTable string
return IAddForeignKeyOnDelete