EntityTypeConfiguration.HasKey(PropertyInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Configure les propriétés clés de ce type d'entité.
public virtual Microsoft.AspNet.OData.Builder.EntityTypeConfiguration HasKey (System.Reflection.PropertyInfo keyProperty);
abstract member HasKey : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.EntityTypeConfiguration
override this.HasKey : System.Reflection.PropertyInfo -> Microsoft.AspNet.OData.Builder.EntityTypeConfiguration
Public Overridable Function HasKey (keyProperty As PropertyInfo) As EntityTypeConfiguration
Paramètres
- keyProperty
- PropertyInfo
Propriété à ajouter aux propriétés clés de ce type d'entité.
Retours
Se retourne de façon que plusieurs appels puissent être chaînés.