C# 클래스 Acme.Northwind.Install.nHydrateSetting

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

공개 메소드들

메소드 설명
GetVersionUpdateScript ( ) : string
Load ( string connectionString ) : void
LoadHistory ( string text ) : void
Save ( string connectionString ) : bool
ToHistoryString ( ) : string

비공개 메소드들

메소드 설명
nHydrateSetting ( ) : System

메소드 상세

GetVersionUpdateScript() 공개 메소드

public GetVersionUpdateScript ( ) : string
리턴 string

Load() 공개 메소드

public Load ( string connectionString ) : void
connectionString string
리턴 void

LoadHistory() 공개 메소드

public LoadHistory ( string text ) : void
text string
리턴 void

Save() 공개 메소드

public Save ( string connectionString ) : bool
connectionString string
리턴 bool

ToHistoryString() 공개 메소드

public ToHistoryString ( ) : string
리턴 string