ConventionPropertyExtensions.GetContainingKeys(IConventionProperty) Method

Definition

Gets all primary or alternate keys that use this property (including composite keys in which this property is included).

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionKey> GetContainingKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetContainingKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionKey>
<Extension()>
Public Function GetContainingKeys (property As IConventionProperty) As IEnumerable(Of IConventionKey)

Parameters

property
IConventionProperty

The property to get primary and alternate keys for.

Returns

The primary and alternate keys that use this property.

Applies to