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

In This Topic
    ForeignKeys Property (DataSchema)
    In This Topic
    Gets the collection of foreign keys relationships defined in the schema.
    Syntax
    'Declaration
     
    Public ReadOnly Property ForeignKeys As IItemCollection(Of ForeignKey)
    public IItemCollection<ForeignKey> ForeignKeys {get;}

    Property Value

    An GrapeCity.ActiveReports.QueryDesigner.Implementation.IItemCollection<T> representing the foreign key relationships in the schema.
    See Also