C# 클래스 Griffin.Data.Sqlite.IntegrationTests.Entites.UserTable

파일 보기 프로젝트 열기: jgauffin/Griffin.Framework

공개 메소드들

메소드 설명
Create ( SQLiteConnection connection ) : void
Delete ( ) : void
Insert ( SQLiteConnection connection, int numberOfUsers ) : void

메소드 상세

Create() 공개 메소드

public Create ( SQLiteConnection connection ) : void
connection System.Data.SQLite.SQLiteConnection
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Insert() 공개 메소드

public Insert ( SQLiteConnection connection, int numberOfUsers ) : void
connection System.Data.SQLite.SQLiteConnection
numberOfUsers int
리턴 void