Example #1
0
 public GroupByTest()
 {
     _db = new ChinookDatabase();
 }
 public RawQueryTest()
 {
     _db = new ChinookDatabase();
 }
Example #3
0
 public JoinTest()
 {
     _db = new ChinookDatabase();
 }