Exemplo n.º 1
0
 public static bool HasCrossSchemaRelationships(this TableSchema table)
 {
     return(table.GetRelatedOwners().Count(x => !x.Equals(table.Owner)) > 0);
 }