AjaxItemSelect.Controllers.Manager.RemoveDatabase C# (CSharp) Method

RemoveDatabase() public method

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