C# Class Griffin.Data.Sqlite.IntegrationTests.Entites.SimpleUserTable

Afficher le fichier Open project: jgauffin/Griffin.Framework Class Usage Examples

Méthodes publiques

Méthode Description
Create ( SQLiteConnection connection ) : void
Delete ( ) : void
Insert ( SQLiteConnection connection, int numberOfUsers ) : void

Method Details

Create() public méthode

public Create ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

Insert() public méthode

public Insert ( SQLiteConnection connection, int numberOfUsers ) : void
connection System.Data.SQLite.SQLiteConnection
numberOfUsers int
Résultat void