Compartir a través de


KeyDiscoveryConvention.DiscoverKeyProperties Método

Definición

Devuelve las propiedades que se deben usar para la clave principal.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> DiscoverKeyProperties (Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> candidateProperties);
static member DiscoverKeyProperties : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty> -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionProperty>
Public Shared Function DiscoverKeyProperties (entityType As IConventionEntityType, candidateProperties As IEnumerable(Of IConventionProperty)) As IEnumerable(Of IConventionProperty)

Parámetros

entityType
IConventionEntityType

El tipo de entidad.

candidateProperties
IEnumerable<IConventionProperty>

Propiedades que se deben tener en cuenta.

Devoluciones

Propiedades que se deben usar para la clave principal.

Se aplica a