ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / ForeignKey Class / Source Property

In This Topic
    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