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

In This Topic
    ForeignKey Class
    In This Topic
    Represents a foreign key relationship between two database tables. The ForeignKey class defines a relationship between two Table and matches columns from the source table with columns from the destination table.
    Object Model
    ForeignKey Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ForeignKey 
    public sealed class ForeignKey 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.ForeignKey

    See Also