MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / ForeignKey Class / Destination Property

In This Topic
Destination Property (ForeignKey)
In This Topic
Gets the destination table that is referenced by the foreign key columns in the source table.
Syntax
'Declaration
 
Public ReadOnly Property Destination As Table
 

Property Value

A Table object representing the destination table.
See Also