コード例 #1
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, useConnectionString: true);
コード例 #3
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
コード例 #4
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: _noBackslashEscapes);
コード例 #5
0
 public virtual TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName);
コード例 #6
0
 public override TestStore Create(string storeName)
 => MySqlTestStore.Create(storeName, noBackslashEscapes: NoBackslashEscapes, databaseCollation: DatabaseCollation);