C# Class SQLiteClientTests.SQLiteClientTestDriver

Datei anzeigen Open project: koush/csharp-sqlite Class Usage Examples

Public Methods

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

Method Details

DisplayDataTable() public method

public DisplayDataTable ( DataTable table, string name ) : void
table System.Data.DataTable
name string
return void

Issue_65() public method

public Issue_65 ( ) : void
return void

Main() public static method

public static Main ( string args ) : int
args string
return int

Test1() public method

public Test1 ( ) : void
return void

Test2() public method

public Test2 ( ) : void
return void