Partager via


DbEntityEntry.ComplexProperty(String) Méthode

Définition

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

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

Paramètres

propertyName
String

Nom de la propriété complexe.

Retours

Objet qui représente la propriété complexe.

S’applique à