示例#1
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(
     "adventureworks",
     Path.Combine("SqlAzure", "adventureworks.sql"));
示例#3
0
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);