Exemple #1
0
        public string ConnectDB()
        {
            string connectionName;

            connectionName      = db.Connect(connectionName);
            this.connectionName = connectionName;

            return(connectionName);
        }
 public string ConnectDB(string connectionName)
 {
     connectionName = db.Connect(connectionName);
     return(connectionName);
 }