Partager via


DbEntityEntry.Property(String) Méthode

Définition

Obtient un objet qui représente une propriété scalaire ou complexe de cette entité.

public System.Data.Entity.Infrastructure.DbPropertyEntry Property (string propertyName);
member this.Property : string -> System.Data.Entity.Infrastructure.DbPropertyEntry
Public Function Property (propertyName As String) As DbPropertyEntry

Paramètres

propertyName
String

Nom de la propriété.

Retours

Objet représentant la propriété.

S’applique à