Freigeben über


DbEntityEntry<TEntity>.Property-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 skalare oder komplexe Eigenschaft dieser Entität darstellt.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Function Property ( _
    propertyName As String _
) As DbPropertyEntry
'Usage
Dim instance As DbEntityEntry 
Dim propertyName As String 
Dim returnValue As DbPropertyEntry 

returnValue = instance.Property(propertyName)
public DbPropertyEntry Property(
    string propertyName
)
public:
DbPropertyEntry^ Property(
    String^ propertyName
)
member Property : 
        propertyName:string -> DbPropertyEntry
public function Property(
    propertyName : String
) : DbPropertyEntry

Parameter

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbPropertyEntry
Ein Objekt, das die Eigenschaft darstellt.

Siehe auch

Verweis

DbEntityEntry<TEntity> Klasse

Property-Überladung

System.Data.Entity.Infrastructure-Namespace