コード例 #1
0
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, useConnectionString: true);
コード例 #2
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, noBackslashEscapes: _noBackslashEscapes);
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
コード例 #4
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes);
コード例 #5
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
コード例 #6
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, "Northwind.sql", noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);
コード例 #7
0
 public virtual TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName);
コード例 #8
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
コード例 #9
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);
コード例 #10
0
 public override TestStore GetOrCreate(string storeName)
 => MySqlTestStore.GetOrCreate(storeName, "Northwind.sql", noBackslashEscapes: NoBackslashEscapes);