C# 클래스 Sharp.Migrations.SeedMigration

파일 보기 프로젝트 열기: sharpmigrations/sharpmigrations

공개 메소드들

메소드 설명
ExecuteSql ( string call ) : void
SetDataClient ( IDataClient dataClient ) : void
Up ( string param = null ) : void

보호된 메소드들

메소드 설명
Log ( string msg ) : void

메소드 상세

ExecuteSql() 공개 메소드

public ExecuteSql ( string call ) : void
call string
리턴 void

Log() 보호된 메소드

protected Log ( string msg ) : void
msg string
리턴 void

SetDataClient() 공개 메소드

public SetDataClient ( IDataClient dataClient ) : void
dataClient IDataClient
리턴 void

Up() 공개 추상적인 메소드

public abstract Up ( string param = null ) : void
param string
리턴 void