MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / ForeignKey Class / SourceColumns Property

In This Topic
SourceColumns Property (ForeignKey)
In This Topic
Gets the collection of source columns in the source table that are part of the foreign key.
Syntax
'Declaration
 
Public ReadOnly Property SourceColumns As IItemCollection(Of Column)
 

Property Value

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