C# 클래스 Horton.MigrationGenerator.DDL.AddForeignKey

상속: AbstractDatabaseChange
파일 보기 프로젝트 열기: jdaigle/Horton

공개 메소드들

메소드 설명
AddForeignKey ( ForeignKeyInfo foreignKey, string note ) : System.CodeDom.Compiler
AppendDDL ( IndentedTextWriter textWriter ) : void

메소드 상세

AddForeignKey() 공개 메소드

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

AppendDDL() 공개 메소드

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