C# Class Horton.MigrationGenerator.DDL.AddForeignKey

Inheritance: AbstractDatabaseChange
ファイルを表示 Open project: jdaigle/Horton

Public Methods

Method Description
AddForeignKey ( ForeignKeyInfo foreignKey, string note ) : System.CodeDom.Compiler
AppendDDL ( IndentedTextWriter textWriter ) : void

Method Details

AddForeignKey() public method

public AddForeignKey ( ForeignKeyInfo foreignKey, string note ) : System.CodeDom.Compiler
foreignKey ForeignKeyInfo
note string
return System.CodeDom.Compiler

AppendDDL() public method

public AppendDDL ( IndentedTextWriter textWriter ) : void
textWriter System.CodeDom.Compiler.IndentedTextWriter
return void