C# Class SQLiteClientTests.SQLiteClientTestDriver

Afficher le fichier Open project: koush/csharp-sqlite Class Usage Examples

Méthodes publiques

Méthode Description
DisplayDataTable ( DataTable table, string name ) : void
Issue_65 ( ) : void
Main ( string args ) : int
Test1 ( ) : void
Test2 ( ) : void

Method Details

DisplayDataTable() public méthode

public DisplayDataTable ( DataTable table, string name ) : void
table System.Data.DataTable
name string
Résultat void

Issue_65() public méthode

public Issue_65 ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

Test1() public méthode

public Test1 ( ) : void
Résultat void

Test2() public méthode

public Test2 ( ) : void
Résultat void