Compartir a través de


IConventionEntityType.FindPrimaryKey Método

Definición

Obtiene la clave principal de este tipo de entidad. Devuelve null si no se define ninguna clave principal.

public Microsoft.EntityFrameworkCore.Metadata.IConventionKey FindPrimaryKey ();
public Microsoft.EntityFrameworkCore.Metadata.IConventionKey? FindPrimaryKey ();
abstract member FindPrimaryKey : unit -> Microsoft.EntityFrameworkCore.Metadata.IConventionKey
Public Function FindPrimaryKey () As IConventionKey

Devoluciones

Clave principal o null si no se define ninguna.

Se aplica a