PropertyExtensions.FindFirstPrincipal(IProperty) Method

Definition

Finds the first principal property that the given property is constrained by if the given property is part of a foreign key.

public static Microsoft.EntityFrameworkCore.Metadata.IProperty FindFirstPrincipal (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member FindFirstPrincipal : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.IProperty
<Extension()>
Public Function FindFirstPrincipal (property As IProperty) As IProperty

Parameters

property
IProperty

The foreign key property.

Returns

The first associated principal property, or null if none exists.

Applies to