AjaxWithWebService.Controllers.Manager.RemoveDatabase C# (CSharp) Méthode

RemoveDatabase() public méthode

public RemoveDatabase ( ) : bool
Résultat bool
        public bool RemoveDatabase()
        {
            try
            {
                return ds.Database.Delete();
            }
            catch (Exception)
            {
                return false;
            }
        }