示例#1
0
 public meta_table meta_tbl(string table)
 {
     return(table_from_node(table, _doc.select_node("/root/tables/table[@name-upper='" + table.ToUpper() + "']")));
 }
示例#2
0
 public XmlNode table_node(string table)
 {
     return(_doc.select_node("/root/tables/table[@name-upper='" + table.ToUpper() + "']"));
 }