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