/SqlTester

Allows for faking of SQL Server database connections for testing.

Primary LanguageC#MIT LicenseMIT

SqlTester

Allows for faking of SQL Server database query results for testing code that reads data from a SQL database.

See Simulating SQL Server parts 1, 2 and 3 for a detailed description.

You can see example code in Example.cs.