コード例 #1
0
 public static bool IsRoot(this TableSchema table)
 {
     return(!table.HasParents());
 }