示例#1
0
 public DataSet GetAllLookupTableStats(bool suppressExceptions, string userName, string password)
 {
     using (SecureData sd = new SecureData(suppressExceptions, Login(userName, password))) {
         DataSet ds = sd.GetAllLookupTableStats();
         return(ds);
     }
 }