AjaxWithWebService.Controllers.Manager.RemoveDatabase C# (CSharp) 메소드

RemoveDatabase() 공개 메소드

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