RuntimeForeignKey.IReadOnlyForeignKey.Properties Property

Definition

Gets the foreign key properties in the dependent entity.

System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.Properties { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey.Properties : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty>
 ReadOnly Property Properties As IReadOnlyList(Of IReadOnlyProperty) Implements IReadOnlyForeignKey.Properties

Property Value

Implements

Attributes

Applies to