Esempio n. 1
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
Esempio n. 3
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
Esempio n. 4
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
Esempio n. 6
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);