DataSet fileNameDs = DbHelper.excuteSqlResultDataSet(strSql);
            if (fileNameDs != null && fileNameDs.Tables.Count > 0)
            {
                DataTable fileNameDt = fileNameDs.Tables[0];
                if (fileNameDt != null && fileNameDt.Rows.Count > 0)
                {
                    return fileNameDt.Rows[0][0].ToString();
                }
            }        

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-10-02
  • 2021-10-28
  • 2021-06-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-22
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
相关资源
相似解决方案