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

Inheritance: IMigrationService
Afficher le fichier Open project: Irdis/VSTalk Class Usage Examples

Méthodes publiques

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

Method Details

MigrationService() public méthode

public MigrationService ( IList scripts ) : System.Collections.Generic
scripts IList
Résultat System.Collections.Generic

Update() public méthode

public Update ( Community.CsharpSqlite.SQLiteClient.SqliteConnection connection, int currentVersion ) : void
connection Community.CsharpSqlite.SQLiteClient.SqliteConnection
currentVersion int
Résultat void