Exemplo n.º 1
0
 /// <summary>
 /// The test fixture set up.
 /// </summary>
 public void TestFixtureSetUp()
 {
     BaseTest.CreateSqlCeDatabase <DbProfilerTest>(sqlToExecute: new[] { "create table TestTable (Id int null)" });
 }