Partager via


DbComplexPropertyEntry.ComplexProperty(String) Méthode

Définition

Obtient un objet qui représente une propriété imbriquée de cette propriété.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1719:ParameterNamesShouldNotMatchMemberNames", Justification="Rule predates more fluent naming conventions.", MessageId="0#")]
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é imbriquée.

Retours

Objet qui représente la propriété imbriquée.

Attributs

S’applique à