C# Class VSTalk.Engine.Core.Data.MigrationService

Inheritance: IMigrationService
Exibir arquivo Open project: Irdis/VSTalk Class Usage Examples

Public Methods

Method Description
MigrationService ( IList scripts ) : System.Collections.Generic
Update ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection, int currentVersion ) : void

Method Details

MigrationService() public method

public MigrationService ( IList scripts ) : System.Collections.Generic
scripts IList
return System.Collections.Generic

Update() public method

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