world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
foreach (ForeignKey key in currentTable.ForeignKeys) { foreach (ForeignKeyColumn column in key.Columns) { Console.WriteLine("Column: {0} is a foreign key to Table: {1}", column.Name, key.ReferencedTable); } }