Exemplo n.º 1
0
 public static bool IsRoot(this TableSchema table)
 {
     return(!table.HasParents());
 }