示例#1
0
 protected string tables_attr(string attr_name)
 {
     return(_doc.exists("/root/tables", attr_name) ? _doc.get_value("/root/tables", attr_name) : null);
 }
示例#2
0
 public string table_name(string table)
 {
     return(_doc.get_value("/root/tables/table[@name-upper='" + table.ToUpper() + "']", "name"));
 }