public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(
     "adventureworks",
     Path.Combine("SqlAzure", "adventureworks.sql"));
Example #2
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);
Example #3
0
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);
Example #4
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
Example #5
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);