DbEntityEntry<TEntity>.ComplexProperty-Methode (String)
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft ein Objekt ab, das eine geschachtelte Eigenschaft dieser Entität darstellt.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Function ComplexProperty ( _
propertyName As String _
) As DbComplexPropertyEntry
'Usage
Dim instance As DbEntityEntry
Dim propertyName As String
Dim returnValue As DbComplexPropertyEntry
returnValue = instance.ComplexProperty(propertyName)
public DbComplexPropertyEntry ComplexProperty(
string propertyName
)
public:
DbComplexPropertyEntry^ ComplexProperty(
String^ propertyName
)
member ComplexProperty :
propertyName:string -> DbComplexPropertyEntry
public function ComplexProperty(
propertyName : String
) : DbComplexPropertyEntry
Parameter
- propertyName
Typ: System.String
Der Name der komplexen Eigenschaft.
Rückgabewert
Typ: System.Data.Entity.Infrastructure.DbComplexPropertyEntry
Ein Objekt, das die komplexe Eigenschaft darstellt.