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

In This Topic
    ForeignKeys Property (DataSchema)
    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