コード例 #1
0
ファイル: Database.cs プロジェクト: progrocket/Slipe-Core
 /// <summary>
 /// Creates a connection with a MySql server
 /// </summary>
 public Database(MySqlConnectionString connectionString, string username = "", string password = "", SqlOptions options = null)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Database.cs プロジェクト: progrocket/Slipe-Core
 /// <summary>
 /// Creatse a connection with a sqlite daTabase
 /// </summary>
 public Database(string filepath, SqlOptions options = null)
 {
     throw new NotImplementedException();
 }