Source Property (ForeignKey)
In This Topic
Gets the source table that contains the foreign key columns.
Syntax
'Declaration
Public ReadOnly Property Source As Table
public Table Source {get;}
Property Value
A
Table object representing the source table.
See Also