Exemplo 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);
Exemplo n.º 3
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
Exemplo n.º 4
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
Exemplo n.º 6
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);