[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Data.SchemaModel.DataSchema.ForeignKeys

ForeignKeys Property

ForeignKeys

Gets the collection of foreign keys in the schema.

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

An IReadOnlyList<T> of ForeignKey objects.