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

In This Topic
    ForeignKey Class Members
    In This Topic

    The following tables list the members exposed by ForeignKey.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ForeignKey class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the destination table that is referenced by the foreign key columns in the source table.  
    Public PropertyGets the collection of destination columns in the destination table that are referenced by the foreign key.  
    Public PropertyGets the source table that contains the foreign key columns.  
    Public PropertyGets the collection of source columns in the source table that are part of the foreign key.  
    Top
    See Also