[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.ForeignKey.SourceColumns

SourceColumns Property

SourceColumns

Gets the columns in the source table that make up the foreign key.

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

An IReadOnlyList<T> of source Column objects.