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

In This Topic
    DestinationColumns Property (ForeignKey)
    In This Topic
    Gets the collection of destination columns in the destination table that are referenced by the foreign key.
    Syntax
    'Declaration
     
    Public ReadOnly Property DestinationColumns As IItemCollection(Of Column)
    public IItemCollection<Column> DestinationColumns {get;}

    Property Value

    An GrapeCity.ActiveReports.QueryDesigner.Implementation.IItemCollection<T> representing the destination columns.
    See Also