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