C# 클래스 VSTalk.Engine.Core.Data.MigrationService

상속: IMigrationService
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

공개 메소드들

메소드 설명
MigrationService ( IList scripts ) : System.Collections.Generic
Update ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection, int currentVersion ) : void

메소드 상세

MigrationService() 공개 메소드

public MigrationService ( IList scripts ) : System.Collections.Generic
scripts IList
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection, int currentVersion ) : void
connection Community.CsharpSqlite.SQLiteClient.SqliteConnection
currentVersion int
리턴 void