摘要: SelectNodes("//root/path"); SelectSingleNode("descendant::ContributingSubdomains"); SelectNodes("//book[@genre='novel2' and @publicationdate='1992']")) SelectNodes("descendant::book[author/first-nam...
阅读全文
摘要: /// /// This mehtod retrieves the excel sheet names from /// an excel workbook./// /// The excel file./// String[]private String[] GetExcelSheetNames(string excelFile){ OleDbConnection objConn = null;...
阅读全文