AssociationType.IsForeignKey Property
Gets the Boolean property value that specifies whether the column is a foreign key.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.BooleanA Boolean value that specifies whether the column is a foreign key. If true, the column is a foreign key. If false (default), the column is not a foreign key.