DbPropertyEntry.ParentProperty Propriété
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.
DbPropertyEntry de la propriété pour laquelle il s’agit d’une propriété imbriquée. Cette méthode retournera seulement une entrée non null pour les propriétés d'objets complexes et retournera null pour les propriétés de l'entité elle-même.
public System.Data.Entity.Infrastructure.DbComplexPropertyEntry ParentProperty { get; }
member this.ParentProperty : System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Public ReadOnly Property ParentProperty As DbComplexPropertyEntry
Valeur de propriété
Entrée de la propriété complexe parente, ou null si c'est une propriété d'entité.