C# 클래스 Horton.MigrationGenerator.DumpSchemaCommand

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

공개 메소드들

메소드 설명
Execute ( HortonOptions options ) : void
FindChanges ( List tables ) : IList

비공개 메소드들

메소드 설명
IsCircularDependency ( Table rootTable, ForeignKey fk ) : bool
IsCircularDependencyRecurisve ( Table rootTable, ForeignKey fk ) : bool
LoadSchema ( HortonOptions options ) : List

메소드 상세

Execute() 공개 메소드

public Execute ( HortonOptions options ) : void
options HortonOptions
리턴 void

FindChanges() 공개 메소드

public FindChanges ( List tables ) : IList
tables List
리턴 IList