ActiveReports 17 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.Extensibility.Data.SchemaModel Namespace / DataSchema Class / ForeignKeys Property

In This Topic
    ForeignKeys Property
    In This Topic
    The foreight keys collection which has this table as source.
    Syntax
    'Declaration
     
    Public ReadOnly Property ForeignKeys As IItemCollection(Of ForeignKey)
    public IItemCollection<ForeignKey> ForeignKeys {get;}
    See Also