C# 클래스 Sharp.Migrations.Runners.ScriptCreator.ScriptCreatorRunner

파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations 1 사용 예제들

공개 메소드들

메소드 설명
AddScript ( string sql ) : void
AddScriptComment ( string line ) : void
GetCreatedScript ( ) : string
Run ( long version, string migrationGroup = null ) : void
ScriptCreatorRunner ( IDataClient dataClient, Assembly targetAssembly ) : System

보호된 메소드들

메소드 설명
UpdateSchemaVersion ( long version ) : void

메소드 상세

AddScript() 공개 메소드

public AddScript ( string sql ) : void
sql string
리턴 void

AddScriptComment() 공개 메소드

public AddScriptComment ( string line ) : void
line string
리턴 void

GetCreatedScript() 공개 메소드

public GetCreatedScript ( ) : string
리턴 string

Run() 공개 메소드

public Run ( long version, string migrationGroup = null ) : void
version long
migrationGroup string
리턴 void

ScriptCreatorRunner() 공개 메소드

public ScriptCreatorRunner ( IDataClient dataClient, Assembly targetAssembly ) : System
dataClient IDataClient
targetAssembly System.Reflection.Assembly
리턴 System

UpdateSchemaVersion() 보호된 메소드

protected UpdateSchemaVersion ( long version ) : void
version long
리턴 void