DbEntityEntry.Property-Methode
[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
- propertyName
Typ: System.String
Der Name der Eigenschaft.
Rückgabewert
Typ: System.Data.Entity.Infrastructure.DbPropertyEntry
Ein Objekt, das die Eigenschaft darstellt.