ConventionPropertyExtensions.FindContainingPrimaryKey Method

Definition

Gets the primary key that uses this property (including a composite primary key in which this property is included).

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

Parameters

property
IConventionProperty

The property to get primary key for.

Returns

The primary that use this property, or null if it is not part of the primary key.

Applies to