Hi,
I need to access a Foreign Table's columns but without any luck.
I have a table that has a reference to another table which I need to gain access to, I have tried the following but always returns that current table name and not the Foreign key table.
SourceTable.ForeignKeyColumns[count]
Any help would be great.
Thanks
Paul.
Hello,
You would need to use the ForeignKeys property (SourceTable.ForeignKeys[count])
Blake Niemyjski CodeSmith Tools, LLC. Software Development Engineer Blog: http://windowscoding.com/blogs/blake/ .NetTiers team | Visit http://www.nettiers.com