Esempio n. 1
0
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, useConnectionString: true);
Esempio n. 2
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, noBackslashEscapes: _noBackslashEscapes);
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
Esempio n. 4
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes);
Esempio n. 5
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
Esempio n. 6
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, "Northwind.sql", noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
Esempio n. 9
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);
Esempio n. 10
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, "Northwind.sql", noBackslashEscapes: NoBackslashEscapes);