IForeignKey.Properties Property

Definition

Gets the foreign key properties in the dependent entity.

public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> Properties { get; }
member this.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public ReadOnly Property Properties As IReadOnlyList(Of IProperty)

Property Value

Applies to