Ejemplo n.º 1
0
 public MySqlConnection()
 {
     this.settings = new MySqlConnectionStringBuilder();
     this.advisor  = new GodLesZ.Library.MySql.Data.MySqlClient.UsageAdvisor(this);
     this.database = string.Empty;
 }
Ejemplo n.º 2
0
		public MySqlConnection() {
			this.settings = new MySqlConnectionStringBuilder();
			this.advisor = new GodLesZ.Library.MySql.Data.MySqlClient.UsageAdvisor(this);
			this.database = string.Empty;
		}