TableModel.ForeignKeys Property

Definition

public virtual System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ForeignKeyModel> ForeignKeys { get; }
member this.ForeignKeys : System.Collections.Generic.ICollection<Microsoft.EntityFrameworkCore.Scaffolding.Metadata.ForeignKeyModel>
Public Overridable ReadOnly Property ForeignKeys As ICollection(Of ForeignKeyModel)

Property Value

Applies to