DbEntityEntry.ComplexProperty(String) Methode

Definition

Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.

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

Parameter

propertyName
String

Der Name der komplexen Eigenschaft.

Gibt zurück

Ein Objekt, das die komplexe Eigenschaft darstellt.

Gilt für: