摘要:
//把string字符串转换成xml格式 XDocument xd110 = XDocument.Parse(xml110); //加载指定路径下的文件到xml XDocument xDoc = XDocument.Load("Config.xml"); var query = from ele i 阅读全文
摘要:
获取表字段: select * from user_tab_columns where Table_Name='用户表' order by column_name 获取表注释: select * from user_tab_comments where Table_Name='用户表' order 阅读全文