[]
        
(Showing Draft Content)

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

SourceColumns Property

SourceColumns

Gets the collection of source columns in the source table that are part of the foreign key.

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

An IItemCollection<T> representing the source columns.