C# 클래스 Sharp.Migrations.Migration

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

공개 메소드들

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

보호된 메소드들

메소드 설명
Migration ( ) : Sharp.Data

메소드 상세

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

public abstract Down ( ) : void
리턴 void

ExecuteSql() 공개 메소드

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

Migration() 보호된 메소드

protected Migration ( ) : Sharp.Data
리턴 Sharp.Data

SetDataClient() 공개 메소드

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

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

public abstract Up ( ) : void
리턴 void