[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.DataSchema.ForeignKeys

ForeignKeys Property

ForeignKeys

Gets the collection of foreign keys relationships defined in the schema.

Declaration
public IItemCollection<ForeignKey> ForeignKeys { get; }
Property Value
Type Description
IItemCollection<ForeignKey>

An IItemCollection<T> representing the foreign key relationships in the schema.