Beispiel #1
0
 public static string GetXmlSqlString(string url, string xmlNodeName)
 {
     return(ReadXmlHelper.GetXmlValue(url + "/Config/SQLXml.xml", xmlNodeName));
 }
Beispiel #2
0
 public static string GetXmlSqlString(string xmlNodeName, bool IsReplace)
 {
     return(ReadXmlHelper.GetXmlValue(System.Web.HttpContext.Current.Server.MapPath("~/Config/SQLXml.xml"), xmlNodeName, IsReplace));
 }