[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.ForeignKey.DestinationColumns

DestinationColumns Property

DestinationColumns

Gets the collection of destination columns in the destination table that are referenced by the foreign key.

Declaration
public IItemCollection<Column> DestinationColumns { get; }
Property Value
Type Description
IItemCollection<Column>

An IItemCollection<T> representing the destination columns.