Exemple #1
0
 public EntConnection(IEntQueryByProject query)
 {
     this.query = query;
     this.conn  = new SqlConnection(query.getConnectionInfo().ToString());
 }
 public EntConnection(IEntQueryByProject query)
 {
     this.query = query;
     this.conn = new SqlConnection(query.getConnectionInfo().ToString());
 }